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

Powerful Filter Feature Allows Easily Dataset Filtering In Delphi With FireDAC

This sample demonstrates how to use the filter feature ofTFDQuery. To this end, the sample implements different preset filters. Moreover, you can edit your own filtering condition andapply the filter to a datasetin order to search for specific records. Location You can find theFiltersample project at: Start | Programs | Embarcadero RAD Studio Sydney |…
Read more
DelphiShowcase

Powerful Desktop XML Editor Is A Low Memory Windows Native App Built In Delphi

WmHelp XMLPad is a powerful native Windows XML editor and it is built in Delphi. It has a huge number of features including a powerful XML, XSD and DTD editor with color syntax highlighting, line numbers, element range navigation, and context-dependent source assistant wizard. Additionally, it has editing the DTD and XML using the tree and properties views, synchronized with the regular editor…
Read more
CodeDelphiRAD Studio

View PDFs On iOS With This Powerful Native PDF Library For Delphi FireMonkey By Winsoft

Introduction Native PDF library supports iOS only. It uses PDFKit framework. In the next short you will find installation instructions on how to add the library in the Rad Studio. 2. Components in the Demo and what they do. This Demo does not contain any components in Design-time. It is a simple project which executes the main code in the FormCreate event, as well as FormResize…
Read more