Table of Contents

Aurelius.Bind.BaseDataset Namespace

Classes

Name Description
TAureliusDatasetView Manages the filtered record view of a TBaseAureliusDataset, tracking which records are accepted or rejected by the active filter.
TAureliusEntityField A specialized field type that holds an object reference in a dataset record.
TBaseAureliusDataset Abstract base class for dataset components that expose in-memory entity object lists through the standard Delphi TDataset interface.
TObjectSource Abstract base class for objects that supply entity records to a TBaseAureliusDataset on demand.
TViewRow Stores the filter state information for a single record in a dataset view.

Enumerations

Name Description
TRecordCountMode Controls how the total record count is determined when records are fetched incrementally from a data source.
TRowFilterState Represents the filter evaluation state of a single dataset record.

Types

Name Description
TDatasetCreate​Object​Event Event type used to create a new object when the dataset inserts a new record.
TDatasetObjectEvent Event type fired when an entity object is inserted, updated, removed, or refreshed in a dataset.