[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TStringGridStrings.Delete

Deletes a value stored in the class instance.

Declaration

Source position: grids.pas line 1744

public procedure TStringGridStrings.Delete(

  Index: Integer

); override;

Arguments

Index

  

Ordinal position for the value to be removed; not used in the method.

Description

Delete is overridden to prevent removing entries in the Strings property. It always raises an EGridException exception.

Errors

Raises an EGridException exception with the message 'Cannot delete value.'

See also

TStrings.Delete


Version 4.0 Generated 2025-05-03 Home