TSplitLink Class
Specifies a "Split" relation between two tables.
Syntax
Unit: FlexCel.Report
TSplitLink = class(TFlexCelObject);
Constructors
Name |
Description |
Create |
Create a new TSplitLink with the given values.
|
Properties
Name |
Description |
SplitCount |
Split the detail every "SplitCount" number of records. If for example Splitcount is 5 and the detail table has 14 registers, it should be split as 5 records, 5 records, 4 records.
|
ParentDataSource |
Table that acts as a parent on the split relationship. Read its TVirtualDataTableState.Position to know which group of splitted records to return.
|