TDAMasterMappingMode
Overview
The TDAMasterMappingMode enumeration defines the individual options for master/detail mapping in the TDADataTable property
Location
- Unit: uDADataTable.pas
| Value | Description |
|---|---|
| mmDataRequest | Data will be retrieved using a custom method you provide in your service |
| mmParams | Master key fields will be passed as parameters when fetching detail data |
| mmWhere | A where clause will be passed to retrieve filtered detail data |