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.

Voir aussi