[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 58
type TLResourceList = class(TObject) |
||
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. |
end; |
|
The container class for all Lazarus resources. |
|
| | ||
TObject |