TabCellBeforeChangeEventArgs.Create

Syntax

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

Parameters

TabSheet - the object of TabSheetBox, for which an event occurs.

Row - the row, in which the event occurs.

Column - the column, in which the event occurs.

Value is the value that will be contained in the cell.

Description

The Create constructor creates argument of the event that occurs before changing value of the data grid cell.

See also:

TabCellBeforeChangeEventArgs