[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Inserts a value in the class instance.
Source position: grids.pas line 1745
public procedure TStringGridStrings.Insert( |
Index: Integer; |
const S: string |
); override; |
Index |
|
Ordinal position where the string value would be inserted. |
S |
|
String value that would be inserted in the method. |
Insert is an overridden method in TStringGridStrings. It prevents an insert using the class instance, and raises an EGridException exception with the message 'Cannot insert value'.
Version 4.0 | Generated 2025-05-03 | Home |