TdxEMFDataSet Class
A dataset used to obtain data from a data store via a session component and customizable queries.
Declaration
TdxEMFDataSet = class(
TdxEMFCustomQueryDataSet
)
Remarks
Unlike the TdxEMFTable, this dataset is query-based. It allows you to shape resulting data by specifying the query’s field and group expressions, criteria, sort options, etc.
Inheritance
See Also