[Overview][Types][Classes][Index] Reference for unit '_crw_if_masters' (#crwlib)

TNoRefCountMasterObject

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: _crw_if_masters.pas line 68

type TNoRefCountMasterObject = class(TMasterObject, IUnknown)

protected

  function QueryInterface();

  function _AddRef;

  function _Release;

public

  property RefCount: LongInt; [r]

end;

Inheritance

TNoRefCountMasterObject,IUnknown

|

TMasterObject

|

TObject