[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Insert a string in the list.
Source position: classesh.inc line 494
public procedure TStrings.Insert( |
Index: Integer; |
const S: String |
); virtual; abstract; |
Insertinserts the string Sat position Indexin the list. Indexis a zero-based position, and can have values from 0to Count. If Indexequals Countthen the string is appended to the list.
Remark: |
|
If Indexis less than zero or larger than Countthen an EStringListErrorexception is raised.
|
Add a string to the list |
|
|
Insert a string and associated object in the list. |
|
|
Add a string to the list. |
|
|
Delete a string from the list. |