TRelation.ChildColumns Property
And array of colum indexes on the Detail table that are related to the master. ChildColumns[0] is related to ParentColumns[0], ChildColumns[1] to ParentColunns[1], and so on.
Syntax
Unit: FlexCel.Report
property TRelation.ChildColumns: TArray<Int32>