TDADatasetRelationshipList
Overview
The TDADatasetRelationshipList class contains the list of TDADatasetRelationships that represents the master-detail relationship between datasets. Usually, you will not need to use this class directly, it is used internally when working on detail datasets.
Location
- Unit: uDADatasetRelationship.pas
- Ancestry: TList<TDADatasetRelationship> | TDADatasetRelationshipList
Properties
Items
List of TDADatasetRelationships that describes the detail dataset.
property Items[Index: Integer]: TDADatasetRelationship read
Instance Methods
Add reintroduce
Adds a new TDADatasetRelationship for the detail dataset.
function Add(aRelationship: TDADatasetRelationship): Integer
Parameters:
- aRelationship: given instance.