System.Win.ObjComAuto.TObjectDispatch.GetMethodInfo
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);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| function | protected | System.Win.ObjComAuto.pas System.Win.ObjComAuto.hpp | System.Win.ObjComAuto | TObjectDispatch | 
Beschreibung
Gibt den Informations-Header einer bestimmten Methode zurück.
GetMethodInfo gibt den Informations-Header einer per Name angegebenen Methode zurück. Die Klasse, die die Methode enthält, wird von einem ihrer Instanzparameter AInstance repräsentiert.