CodeDatabaseDelphiRAD Studio

Learn How To Customize The ListView Detail Text In A List Item With Delphi

The Sample is using the “Custom” list view item appearance value and configuring the appearance properties of list view items at design time. It also shows how to do this at run time. When you run the application, it shows a list view. Each list item shows a detail text under its main label. Tap theSet Propertiesbutton to change the appearance of the list view at run…
Read more
DatabaseInterBaseNews

Using InterBase Change Views

With Change Views, you have this patented method to work with that is a lot easier to develop and scale for your customer base. Using InterBase Change Views, you can now identify specifically what deltas have changed at the field level. Change views are a subscription based…
CodeDatabaseDelphiRAD Studio

Learn How to Apply Robust Native Controls In FireMonkey With Delphi And C++

The NativeControls sample shows the use of the Native Controls of FireMonkey. To this end it uses several components that are configured with its ControlType property set to Platform in order to have the native styling of that control. Note: Only iOS and Windows support native controls. The following links provide a list of controls that support native presentation on iOS and Windows…
Read more
C++DatabaseDelphi

Easily Manage Database Event Notifications In Windows Delphi Apps

When it comes to database applications, you start processing lots of data and events. So, to handle these events properly we can use TFDEventAlerter class to handle thedatabase event notifications. The general behavior of the events is DBMS-specific and TFDEventAlerter provides a unified way of handling them. To learn how to utilize this class, we can explore theFireDAC…
Read more