Unit 'vte_edittree_editors' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_virtualtreesextra]

TIntfOwnedPersistent

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

Declaration

Source position: vte_edittree_editors.pas line 41

type TIntfOwnedPersistent = class(TPersistent,IUnknown)

protected

  function GetOwner; override;

  

  function _AddRef;

  

  function _Release;

  

public

  constructor Create();

  

  procedure AfterConstruction; override;

  

  procedure BeforeDestruction; override;

  

  class function NewInstance; override;

  

  function QueryInterface(); virtual;

  

  property Owner: TPersistent; [r]

  

  property RefCount: Integer; [r]

  

  property Managed: Boolean; [r]

  

end;

Inheritance

TIntfOwnedPersistent

  

|

TObject,IUnknown



CT Web help

CodeTyphon Studio