[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Deletes a value stored in the class instance.
Source position: grids.pas line 1744
public procedure TStringGridStrings.Delete( |
Index: Integer |
); override; |
Index |
|
Ordinal position for the value to be removed; not used in the method. |
Delete is overridden to prevent removing entries in the Strings property. It always raises an EGridException exception.
Raises an EGridException exception with the message 'Cannot delete value.'
Version 4.0 | Generated 2025-05-03 | Home |