[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when a row is deleted in the control.
Source position: valedit.pas line 157
protected procedure TValueListEditor.ColRowDeleted( |
IsColumn: Boolean; |
index: Integer |
); override; |
IsColumn |
|
Indicates the action is for a column (and not a row). |
index |
|
Ordinal position of the affected item. |
ColRowDeleted is an overridden procedure used to perform actions needed when a Key-Value row is deleted in the control. ColRowDeleted ensures that EditorMode is set to False, and deletes the active row in the Strings property. ColRowDeleted calls the inherited method using IsColumn and Index as arguments.
|
Performs actions when a column or a row is deleted from the control. |
Version 4.0 | Generated 2025-05-03 | Home |