FMX.Grid.TGridModel.OnDrawColumnCell

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

Delphi

property OnDrawColumnCell: TDrawColumnCellEvent read FOnDrawColumnCell write FOnDrawColumnCell;

C++

__property TDrawColumnCellEvent OnDrawColumnCell = {read=FOnDrawColumnCell, write=FOnDrawColumnCell};

プロパティ

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


説明

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

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

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

関連項目