Table of Contents

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

<-> Parameter Type Description
const aParentTable TVirtualDataTable See ParentTable
const aChildTable TVirtualDataTable See ChildTable
const aParentColumns TArray<Int32> See ParentColumns
const aChildColumns TArray<Int32> See ChildColumns

See also