DelphiRAD Studio

Flexible Cross-Platform Open-Source Component Suite For Delphi FireMonkey

With Delphi, you can do many things from embedded development to cross-platform development or even web development. You can achieve high productivity with RAD Studio. As you know you will get hundreds of amazing components within RAD Studio, and these components solve much work for you. With the FireMonkey framework, you can create any type of application for iOS, Windows, Android, macOS, and…
Read more
CodeDatabaseDelphiRAD Studio

Learn How To Define Powerful Dataset Views Using Indices With FireDAC In Delphi Windows Development

The Indices sample shows you how to use the Indexes property of TFDQuery in order to specify a collection of indexes at design time and determine the data view of each index, including a sort order of the records. Moreover, you can sort the records on a specific field using the IndexFieldNames property. Click on a grid column title to sort its records at run time. Location You can…
Read more
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