Vcl.OleCtrls.TOleControl._SetTFontProp

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure _SetTFontProp(Index: Integer; Value: TFont);

C++

void __fastcall _SetTFontProp(int Index, Vcl::Graphics::TFont* Value);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl


Description

Définit une propriété d'un contrôle ActiveX sur la fonte spécifiée.

Utilisez _SetTFontProp pour définir une propriété d'un contrôle ActiveX sur la fonte spécifiée. Le paramètre Index spécifie le dispid de la propriété en cours de définition. Le paramètre Value contient la fonte définie.

Remarque :  _SetTFontProp appelle simplement la méthode SetTFontProp.

Voir aussi