From RAD Studio API Documentation
Contains the FireDAC TFDDataSet base dataset class and additional utility methods and classes.
Classes
Routines
Types
PFDBookmarkData | Allows to locate, navigate, or manipulate the record without depending on its position in the dataset. |
PFDKeyBuffer | Represents a buffer used to store key values for indexed fields in a dataset. |
PFDRecInfo | Represents a record's metadata or information within a dataset. |
TFDAfterApplyUpdatesEvent | Occurs after the updates are applied to the dataset. |
TFDBookmarkData | Allows to reference and navigate to a particular record without relying on its position in the dataset. |
TFDCopyDataSetOption | |
TFDCopyDataSetOptions | Specifies the options for copying a dataset. |
TFDDataSetEvent | Defines a generic event type specific to a dataset. |
TFDDataSetFlag | |
TFDDataSetFlags | Defines a set of flags used to control the behavior and properties of datasets. |
TFDDataSetList | List of TDataSet elements. |
TFDDataSetLocateOption | Defines the options for locating records within a dataset. |
TFDDataSetLocateOptions | Defines the behavior of the Locate method when searching for records in a dataset. |
TFDFetchDirection | Specifies the fetch direction. |
TFDFieldList | Provides a way to manage and access the individual fields of a dataset, allowing users to iterate through the fields, retrieve field information, and manipulate field properties. |
TFDKeyBuffer | Represents a buffer used for storing key values in indexed fields within a dataset. |
TFDKeyIndex | Represents the index used for locating records in a dataset. |
TFDRecInfo | Provides detailed information about a specific record in a dataset. |
TFDReconcileErrorEvent | Provides a mechanism to handle errors that arise during the reconciliation, allowing for custom error handling, logging, or corrective actions to be taken before the operation is aborted or retried. |
TFDStoredActivationUsage | Controls how to use the Active property value saved to the DFM/FMX. |
TFDStoredActivationUsageItem | |
TFDUpdateErrorEvent | Allows to handle errors that arise while inserting, updating, or deleting records in a database. |
TFDUpdateRecordEvent | Allows to intervene and modify the record data or perform additional actions before the update is committed to the database. |
TFDUpdateRecordType | |
TFDUpdateRecordTypes | Defines the types of record updates that can occur within a dataset. |
Constants