System.Rtti.TMethodImplementation.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AUserData: Pointer; AInvokeInfo: TInvokeInfo;  const ACallback: TMethodImplementationCallback); overload;
constructor Create; overload;

C++

__fastcall TMethodImplementation(void * AUserData, TInvokeInfo* AInvokeInfo, const _di_TMethodImplementationCallback ACallback)/* overload */;
__fastcall TMethodImplementation(void)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TMethodImplementation

Description

Throws an EInvalidOpException.

You should not create instances of TMethodImplementation directly. You can use the CreateImplementation function for this purpose.

See Also