[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Overrides the TStrings.Insert method.
Source position: classesh.inc line 697
public procedure TStringList.Insert( |
Index: Integer; |
const S: String |
); override; |
Insert will insert the string S at position Index in the list. If the list is sorted, an EStringListError exception will be raised instead. Index is a zero-based position.
If Index contains an invalid value (less than zero or larger than Count, or the list is sorted, an EStringListError exception will be raised.
|
Implements the TStrings.Add function. |
|
|
Insert a string in the list. |
|
lazarus-ccr.sourceforge.net |