FMX.Grid.TGridModel.OnDrawColumnBackground

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

Delphi

property OnDrawColumnBackground: TDrawColumnCellEvent read FOnDrawColumnBackground write FOnDrawColumnBackground;

C++

__property TDrawColumnCellEvent OnDrawColumnBackground = {read=FOnDrawColumnBackground, write=FOnDrawColumnBackground};

プロパティ

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


説明

プレゼンテーションがセルの背景を描画する必要がある際に発生し、セルの背景を自分自身で描画し、それをカスタマイズできるようにします。

OnDrawColumnBackgroundハンドラは次のパラメータを取得します:

OnDrawColumnBackground は、OnDrawColumnCell の前に発生します。

関連項目