[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_alloc.pas line 549
type TObjectRegistry = class(TLatch) |
public |
constructor Create; |
destructor Destroy; override; |
function InitRef(); |
function FreeRef(); |
procedure ForEach(); |
function ClassNameList; |
property Count: Integer; [r] |
property Space: Integer; [r] |
property Capacity: Integer; [r] |
property Items []: TObject; default; [r] |
function ref_min; |
function ref_max; |
end; |
| |
| |
| |
TObject |