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

TStringListUTF8Fast.InsertItem

Ensures that the UseLocale property is enabled when a new line with non-ASCII data is stored in the string list.

Declaration

Source position: lazutf8.pas line 193

protected procedure TStringListUTF8Fast.InsertItem(

  Index: Integer;

  const S: string;

  O: TObject

); override;

Arguments

Index

  

Ordinal position in the string list where the value in S is stored.

S

  

String value examined and stored in the method.


Version 3.2 Generated 2024-02-25 Home