Vcl.ColorGrd.TColorGrid.BackgroundEnabled

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property BackgroundEnabled: Boolean read FBackgroundEnabled write EnableBackground default True;

C++

__property bool BackgroundEnabled = {read=FBackgroundEnabled, write=EnableBackground, default=1};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ColorGrd.pas
Vcl.ColorGrd.hpp
Vcl.ColorGrd TColorGrid


説明

背景色が有効かどうかを示します。

BackgroundEnabled を使用すると、背景色が有効かどうかを、取得または設定できます。 BackgroundEnabledTrue の場合には、背景のために設定されたその色の上に BG ラベルが表示されます。

関連項目

コード サンプル