Create(TabSheet: ITabSheetBox; Row: Integer; Column: Integer; Value: Variant);
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.
The Create constructor creates argument of the event that occurs before changing value of the data grid cell.
See also: