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

TLResourceList

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

The container class for all Lazarus resources.

Declaration

Source position: lresources.pp line 61

type TLResourceList = class(TObject) end;

public

  constructor Create;

  destructor Destroy; override;

  procedure Add();

  

Adds a resource.

  function Find();

  

Returns the resource of the given name (and type).

  function Count;

  

The number of listed resources.

  property Items []: TLResource; [r]

  

Indexed access to the resource list.

Inheritance

TLResourceList

  

The container class for all Lazarus resources.

|

TObject

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