FMX.Grid.TCustomGrid.OnDrawColumnBackground

提供:RAD Studio API Documentation

Delphi

property OnDrawColumnBackground: TDrawColumnCellEvent read GetOnDrawColumnBackground

C++

__property TDrawColumnCellEvent OnDrawColumnBackground = {read=GetOnDrawColumnBackground, write=SetOnDrawColumnBackground};

プロパティ

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


説明

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

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

関連項目