Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • 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.

    See Also