[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Deletes the column or row at the specified position.
Source position: valedit.pas line 183
public procedure TValueListEditor.DeleteColRow( |
IsColumn: Boolean; |
index: Integer |
); |
IsColumn |
|
True when a column is affected in the method. |
index |
|
Position of the row or column in the control. |
DeleteColRow is a procedure used to delete the column or row at the specified position.
IsColumn indicates whether the action is intended for a column or a row. Index is the ordinal position for the column or row removed in the method.
When IsColumn is True, the DeleteCol method is called. This results in an exception being raised in DeleteCol; columns cannot be removed in TValueListEditor. Otherwise, the DeleteRow method is called to remove the specified row number.
|
Deletes the row at the specified position. |
|
|
Prevents column deletion in control. |
Version 4.0 | Generated 2025-05-03 | Home |