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

TStringList.Insert

Overrides the TStrings.Insert method.

Declaration

Source position: classesh.inc line 861

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.

TStrings.InsertObject

  

Insert a string and associated object in the list.


Documentation generated on: May 14 2021