TabCellChangeEventArgs.Create

Syntax

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

Parameters

TabSheet is the object of TabSheetBox for which an event occurs.

Row is the row, in which the event occurs.

Column is the column, in which the event occurs.

Value is the value which should be placed in the cell.

Description

The Create constructor creates argument of the event that occurs on changing value of the table cell.

See also:

TabCellChangeEventArgs