System.Win.ObjComAuto.TObjectDispatch.GetPropInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

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

Description

Obtient les informations de type pour une propriété spécifique.

GetPropInfo est utilisée en interne.

Voir aussi