System.Win.ObjComAuto.TObjectDispatch.GetMethodInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMethodInfo(const AName: ShortString; var AInstance: TObject): PMethodInfoHeader; virtual;

C++

virtual System::Objauto::PMethodInfoHeader __fastcall GetMethodInfo(const System::ShortString &AName, System::TObject* &AInstance);

Properties

Type Visibility Source Unit Parent
function protected
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto TObjectDispatch

Description

Returns the information header of a specific method.

GetMethodInfo returns the information header of a method given by name. The class containing the method is represented by one of its instances—parameter AInstance.

See Also