TabCellBeforeChangeBaseEventArgs.Create

Syntax

Create(TabSheet: ITabSheet; Row: Integer; Column: Integer; Value: Variant);

Parameters

TabSheet - table of the component for which the event is generated.

Row is the index of the row containing the cell for which the event is generated.

Column is index of the column containing the cell for which the event is generated.

Value - value that will be set for the cell.

Description

The Create constructor creates argument of the event with the specified cell value.

See also:

TabCellBeforeChangeBaseEventArgs