help files
Buy Z505 Laptops Today
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TStringList.Insert

Overrides the TStrings.Insert method.

Declaration

Source position: classesh.inc line 580

public procedure TStringList.Insert(

  Index: Integer;

  const S: String

); override;

Description

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.

Errors

If Index contains an invalid value (less than zero or larger than Count, or the list is sorted, an EStringListError exception will be raised.

See also

TStringList.Add

  

Implements the TStrings.Add function.

TStrings.Insert

  

Insert a string in the list.

TStringList.InsertObject

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505