[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Prevents column deletion in control.
Source position: valedit.pas line 185
public procedure TValueListEditor.DeleteCol( |
Index: Integer |
); override; |
Index |
|
Position of the column to be deleted. |
DeleteCol is an overridden procedure in TValueListEditor. Deleting a column is not a valid operation in TValueListEditor, and is overridden to block access to the inherited method.
DeleteCol raises an EGridException exception with the message in rsVLEInvalidRowColOperation.
Raises an EGridException exception with the message in rsVLEInvalidRowColOperation.
|
Exception message for an invalid row or column operation. |
Version 4.0 | Generated 2025-05-03 | Home |