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

TLookupStringList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lookupstringlist.pas line 38

type TLookupStringList = class(TStringList)

protected

  procedure InsertItem(); override;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  procedure Clear; override;

  

  procedure Delete(); override;

  

  function Add(); override;

  

  function AddObject(); override;

  

  function Contains();

  

  function Find(); override;

  

  function IndexOf(); override;

  

end;

Inheritance

TLookupStringList

  

|

TStringList

|

TStrings

|

TPersistent,IFPObserved

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.