TMasterDetailLink Record
A parent table and a parent field used on a master-detail relationship.
Syntax
Unit: FlexCel.Report
TMasterDetailLink = record;
Methods
Name |
Description |
Create |
Creates a new instance of TMasterDetailLink with the given values.
|
Operators
Name |
Description |
Equality |
Adapts the = operator so it returns true when both instances have the same values. |
Inequality |
Adapts the <> operator so it returns true when both instances have different values. |
Properties
Name |
Description |
ParentDataSource |
A table that is acting as a master on a master detail relationship.
|
ParentField |
Column index of the key that acts as primary key on the relationship.
|
ChildFieldName |
Column name on the detail dataset that is related with ParentField |