FMX.Grid.TGridModel.DoDrawColumnCell

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

Delphi

procedure DoDrawColumnCell(const Canvas: TCanvas; const Column: TColumn; const Bounds: TRectF; const Row: Integer;  const Value: TValue; const State: TGridDrawStates); virtual;

C++

virtual void __fastcall DoDrawColumnCell(Fmx::Graphics::TCanvas* const Canvas, TColumn* const Column, const System::Types::TRectF &Bounds, const int Row, const System::Rtti::TValue &Value, const TGridDrawStates State);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel


説明

OnDrawColumnCell イベントのディスパッチャ

モデルは、セルのコンテンツを描画する必要がある場合に、DoDrawColumnCell を実行します。