[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates a new item at the location specified by Col and Row.
Source position: grids.pas line 422
protected procedure TVirtualGrid.doNewItem( |
Sender: TObject; |
Col: Integer; |
Row: Integer; |
var Item: Pointer |
); |
Sender |
|
Class instance where the new item is created. |
Col |
|
Ordinal column number where the new item is created. |
Row |
|
Ordinal row number where the new item is created. |
Item |
|
Pointer to the item data created in the handler routine. |
This method implements the handler routine assigned to the OnNewItem event handler in the internal class used to maintain row or column values.
|
Constructor for the class instance. |
|
Version 4.0 | Generated 2025-05-03 | Home |