TWStrList( unit KOL.pas ) ï TObj ï _TObj

TWStrList = object( TObj )

String list to store Unicode (null-terminated) strings.

TWStrList properties

property Items[ Idx: Integer ]: WideString;
See also TStrList.Items

property ItemPtrs[ Idx: Integer ]: PWideChar;    Ñ   
See also TStrList.ItemPtrs

property Count: Integer;    Ñ   
See also TStrList.Count

property Text: WideString;
See also TStrList.Text

Properties, inherited from TObj

TWStrList methods

procedure SetText( const Value: WideString );
See also TStrList.SetText

destructor Destroy; virtual;

procedure Clear;
See also TStrList.Clear

function Add( const W: WideString ): Integer;
See also TStrList.Add

procedure Insert( Idx: Integer; const W: WideString );
See also TStrList.Insert

procedure Delete( Idx: Integer );
See also TStrList.Delete

procedure AddWStrings( WL: PWStrList );
See also TStrList.AddStrings

procedure Assign( WL: PWStrList );
See also TStrList.Assign

function LoadFromFile( const Filename: KOLString ): Boolean;
See also TStrList.LoadFromFile

procedure LoadFromStream( Strm: PStream );
See also TStrList.LoadFromStream

function MergeFromFile( const Filename: KOLString ): Boolean;
See also TStrList.MergeFromFile

procedure MergeFromStream( Strm: PStream );
See also TStrList.MergeFromStream

function SaveToFile( const Filename: KOLString ): Boolean;
See also TStrList.SaveToFile

procedure SaveToStream( Strm: PStream );
See also TStrList.SaveToStream

function AppendToFile( const Filename: KOLString ): Boolean;
See also TStrList.AppendToFile

procedure Swap( Idx1, Idx2: Integer );
See also TStrList.Swap

procedure Sort( CaseSensitive: Boolean );
See also TStrList.Sort

procedure Move( IdxOld, IdxNew: Integer );
See also TStrList.Move

function IndexOf( const s: WideString ): Integer;

function IndexOf_NoCase( const s: WideString ): Integer;

function Last: WideString;

procedure Put( Idx: integer; const Value: WideString );
+azsd for TBButton

Methods, inherited from TObj

TWStrList events

Events, inherited from TObj

TWStrList fields

Fields, inherited from TObj


Index ]

This help is generated 14-Jun-2010 by KOL Help generator, (C) 2000-2001 by Vladimir Kladov
Modified (C) 2003 by Alexander Bartov