Unit 'Rtti' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl-objpas]

TVirtualInterface

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

Declaration

Source position: rtti.pp line 901

type TVirtualInterface = class(TInterfacedObject,IInterface)

protected

  function QueryInterface(); virtual;

  function _AddRef; virtual;

  function _Release; virtual;

  procedure HandleUserCallback();

public

  constructor Create();

  destructor Destroy; override;

  property OnInvoke: TVirtualInterfaceInvokeEvent; [rw]

end;

Inheritance

TVirtualInterface

|

TObject,IInterface


Documentation generated on: 2025-07-25