System.Win.ObjComAuto.TObjectDispatch.GetPropInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetPropInfo(const AName: string; var AInstance: TObject; var CompIndex: Integer): PPropInfo; virtual;

C++

virtual System::Typinfo::PPropInfo __fastcall GetPropInfo(const System::UnicodeString AName, System::TObject* &AInstance, int &CompIndex);

Eigenschaften

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

Beschreibung

Gibt die Typinformationen für eine bestimmte Eigenschaft zurück.

GetPropInfo wird intern verwendet.

Siehe auch