[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Deletes the row at the specified position.
Source position: valedit.pas line 184
public procedure TValueListEditor.DeleteRow( |
Index: Integer |
); override; |
Index |
|
Position of the row to be deleted. |
DeleteRow is an overridden procedure used to delete the row at the specified position in the control. DeleteRow ensures that the row in Index is not a fixed row with title captions, and that Strings contains data. No actions are performed in the method when these conditions are not met.
DeleteRow calls the inherited method to remove the specified row number in the grid.
|
Stores the keys, values, and item definitions in the control. |
|
|
Number of the fixed rows in the grid. |
|
|
Deletes the row at the specified position on the grid control. |
Version 4.0 | Generated 2025-05-03 | Home |