TDAMasterOption
Overview
The TDAMasterOption enumeration defines options used in the TDADataTable property to configure the behavior of a data table in a Master/Detail relationship.
Location
- Unit: uDADataTable.pas
Value | Description |
---|---|
moAllInOneFetch | Automatically download data for the detail table, when filling the master |
moCascadeApplyUpdates | Automatically apply detail changes to the server when ApplyUpdate is called on the master |
moCascadeDelete | Automatically delete detail records when the master record is deleted |
moCascadeOpenClose | Automatically open or close the detail table when the master table is opened or closed |
moCascadeUpdate | |
moDisableLogOfCascadeDeletes | |
moDisableLogOfCascadeUpdates | |
moIncludeDeltaIntoMasterCall | Includes delta into master call |