CodeDatabaseDelphiRAD Studio

Quickly Define Powerful Client-Side Aggregating Formulas With FireDAC Using TFDQuery In Delphi

This sample demonstrates how to define the client-side aggregating formulas with TFDQuery. You can find out more about aggregated fields and values in the Embarcadero DocWiki. The fkAggregate aggregated fields management is similar to the expression calculated fields management. FireDAC calculates aggregated fields when TFDDataSet.AggregatesActive is set to True (by default, its value is…
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