Vcl.OleCtrls.TOleControl.GetTFontProp

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetTFontProp(Index: Integer): TFont;

C++

Vcl::Graphics::TFont* __fastcall GetTFontProp(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 TFont.

Utilisez GetTFontProp 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. GetTFontProp renvoie la valeur de la propriété lue.

Voir aussi