[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Overrides the TStrings.Insert method.
Source position: classesh.inc line 580
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. |
|
No notes exist for this page yet.