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


説明

セルの背景を描画する必要がある際に発生します。 {{#multireplace:FMX.Grid.TGrid.OnDrawColumnBackground|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:FMX.Grid.TCustomGrid.OnDrawColumnBackground|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:FMX.Grid.TCustomGrid.OnDrawColumnBackground|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

関連項目