Vcl.ColorGrd.TColorGrid.ForegroundEnabled

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ForegroundEnabled: Boolean read FForegroundEnabled write EnableForeground default True;

C++

__property bool ForegroundEnabled = {read=FForegroundEnabled, write=EnableForeground, default=1};

Propriétés

Type Visibilité  Source Unité  Parent
property published
Vcl.ColorGrd.pas
Vcl.ColorGrd.hpp
Vcl.ColorGrd TColorGrid

Description

Spécifie si la couleur d'avant-plan est activée.

Utilisez ForegroundEnabled pour savoir ou définir si l'avant-plan est activé. Si ForegroundEnabled vaut True, le libellé FG s'affiche sur la couleur définie pour l'avant-plan.

Voir aussi

Exemples de code