Class TJCoreManagedObject
Unit
JCoreClasses
Declaration
type TJCoreManagedObject = class(TPersistent, IInterface, IJCoreInterface)
Description
Hierarchy
- TPersistent
- TJCoreManagedObject
Overview
Methods
Properties
 |
property RefCount: Integer read FRefCount; |
Description
Methods
 |
destructor Destroy; reintroduce; |
|
 |
function AddRef: Integer; virtual; |
|
 |
procedure FreeInstance; override; |
|
 |
class function NewInstance: TObject; override; |
|
 |
function Release: Integer; virtual; |
|
Properties
 |
property RefCount: Integer read FRefCount; |
|
Generated by PasDoc 0.14.0.
|