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

TLResourceList

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

Declaration

Source position: lresources.pp line 63

type TLResourceList = class(TObject)

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Add();

  

  function Find();

  

  function Count;

  

  property Items: TLResource; [r]

  

end;

Inheritance

TLResourceList

  

|

TObject

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