[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| |
TObject,IInterface |