Vcl.OleCtrls.TOleControl.GetIUnknownProp
Delphi
function GetIUnknownProp(Index: Integer): IUnknown;
C++
System::_di_IInterface __fastcall GetIUnknownProp(int Index);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | Vcl.OleCtrls.pas Vcl.OleCtrls.hpp |
Vcl.OleCtrls | TOleControl |
Description
Lit une propriété d'un contrôle ActiveX. La propriété est supposée être de type IUnknown.
Utilisez GetIUnknownProp pour lire une propriété d'un contrôle ActiveX. Le paramètre Index spécifie le dispid de la propriété en cours de lecture. GetIUnknownProp renvoie la valeur de la propriété lue.