Class TNonRefCountedInterfacedPersistent
Unit
CastleInterfaces
Declaration
type TNonRefCountedInterfacedPersistent = class(TPersistent, IInterface)
Description
A TPersistent descendant that can use interfaces and is not reference counted. Analogous to TNonRefCountedInterfacedObject.
Hierarchy
- TPersistent
- TNonRefCountedInterfacedPersistent
Overview
Methods
 |
function _AddRef: Integer; cdecl; |
 |
function _Release: Integer; cdecl; |
 |
function QueryInterface( constref IID: TGUID; out Obj): Hresult; virtual; cdecl; |
Description
Methods
 |
function _AddRef: Integer; cdecl; |
|
 |
function _Release: Integer; cdecl; |
|
 |
function QueryInterface( constref IID: TGUID; out Obj): Hresult; virtual; cdecl; |
|
Generated by PasDoc 0.13.0 on 2014-04-30 22:06:43
|