[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions when a column or a row is deleted from the control.
Source position: grids.pas line 1003
protected procedure TCustomGrid.ColRowDeleted( |
IsColumn: Boolean; |
index: Integer |
); virtual; |
IsColumn |
|
True to remove a column, False to remove a Row. |
index |
|
Ordinal position for the column or row removed in the method. |
ColRowDeleted has an empty implementation in TCustomGrid. It is overridden in descendent classes to remove the affected cells and perform notifications.
|
Performs actions when a column or a row is deleted from the control. |
Version 4.0 | Generated 2025-05-03 | Home |