[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: rtti.pp line 569
type TVirtualInterface = class(TInterfacedObject,IInterface) |
protected |
function QueryInterface(); |
procedure HandleUserCallback(); |
public |
constructor Create(); |
destructor Destroy; override; |
property OnInvoke: TVirtualInterfaceInvokeEvent; [rw] |
end; |
| |
TObject,IInterface |