TRelation.Create Constructor
Creates a new relation with the given values.
Syntax
Unit: FlexCel.Report
constructor TRelation.Create(const aParentTable: TVirtualDataTable; const aChildTable: TVirtualDataTable; const aParentColumns: TArray<Int32>; const aChildColumns: TArray<Int32>);
Parameters
See also