[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Overrides the TStrings.Insertmethod.
Source position: classesh.inc line 572
public procedure TStringList.Insert( |
Index: Integer; |
const S: String |
); override; |
Insertwill insert the string Sat position Indexin the list. If the list is sorted, an EStringListErrorexception will be raised instead. Indexis a zero-based position.
If Indexcontains an invalid value (less than zero or larger than Count, or the list is sorted, an EStringListErrorexception will be raised.
|
Implements the TStrings.Addfunction. |
|
|
Insert a string in the list. |
|