[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Inserts a value in the class instance.
Source position: grids.pas line 1723
public procedure TStringGridStrings.Insert( |
Index: Integer; |
const S: string |
); override; |
Raises an EGridException exception with the message 'Cannot insert value'.
TStrings.Insert |