Deletes a value stored in the class instance.
Source position: grids.pas line 1745
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.6 | Generated 2026-02-20 | Home |