TMasterDetailLink.Create Method
Creates a new instance of TMasterDetailLink with the given values.
Syntax
Unit: FlexCel.Report
class function TMasterDetailLink.Create(const aParentDataSource: TVirtualDataTableState; const aParentField: Integer; const aChildFieldName: string): TMasterDetailLink; static; overload;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | aParentDataSource | TVirtualDataTableState | See ParentDataSource |
const | aParentField | Integer | See ParentField |
const | aChildFieldName | string | See ChildFieldName |