FMX.Grid.TGrid.OnDrawColumnBackground

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

Delphi

property OnDrawColumnBackground: TDrawColumnCellEvent read GetOnDrawColumnBackground write SetOnDrawColumnBackground;

C++

__property OnDrawColumnBackground;

プロパティ

種類 可視性 ソース ユニット
event published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGrid


説明

セルの背景を描画する必要がある際に発生します。

FMX.Grid.TGrid.OnDrawColumnBackground は FMX.Grid.TCustomGrid.OnDrawColumnBackground を継承しています。以下の内容はすべて FMX.Grid.TCustomGrid.OnDrawColumnBackground を参照しています。

セルの背景を描画する必要がある際に発生します。

このイベントを使用すると、セルの背景を自分自身で描画し、デフォルトのセル背景を上書きすることができます。

関連項目