Vcl.ColorGrd.TColorGrid.BackgroundEnabled

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property BackgroundEnabled: Boolean read FBackgroundEnabled write EnableBackground default True;

C++

__property bool BackgroundEnabled = {read=FBackgroundEnabled, write=EnableBackground, 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'arrière-plan est activée.

Utilisez BackgroundEnabled pour savoir ou définir si l'arrière-plan est activé. Si BackgroundEnabled vaut True, le libellé BG s'affiche sur la couleur définie pour l'arrière-plan.

Voir aussi

Exemples de code