System.Win.ObjComAuto.CreateMethodPointer

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateMethodPointer(const Instance: IDispatch; DispID: Integer; TypeInfo: PTypeInfo): TMethod;
function CreateMethodPointer(const Instance: IDispatch; const MethodName: string; TypeInfo: PTypeInfo): TMethod;

C++

extern DELPHI_PACKAGE System::TMethod __fastcall CreateMethodPointer(const _di_IDispatch Instance, int DispID, System::Typinfo::PTypeInfo TypeInfo)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto System.Win.ObjComAuto

Beschreibung

Für den internen Gebrauch.

Verwenden Sie CreateMethodPointer nicht direkt.

Siehe auch