[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
The container class for all Lazarus resources.
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. |
|
The container class for all Lazarus resources. |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |