Inserts a value in the class instance.
Source position: grids.pas line 1715
public procedure TStringGridStrings.Insert( |
Index: Integer; |
const S: string |
); override; |
Raises an EGridException exception with the message 'Cannot insert value.'
TStrings.Insert |