System.Rtti.TVirtualInterface.OnInvoke
Delphi
property OnInvoke: TVirtualInterfaceInvokeEvent read FOnInvoke write FOnInvoke;
C++
__property _di_TVirtualInterfaceInvokeEvent OnInvoke = {read=FOnInvoke, write=FOnInvoke};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TVirtualInterface |
Description
Represents the event that is raised when a method of the implemented interface is called.
Use OnInvoke to perform an action when a method of the implemented interface is called.
Note: You can specify the event handler in the TVirtualInterface constructor.