Developer

AddChildRow

Add new row inside existing (parent) row.

procedure AddChildRow(const Index: Integer; Position: TChildRowPosition = crLast); virtual;

Parameters


Index
Integer
Absolute index of parent row.
Position
TChildRowPosition
Position of newly added row.

See also