FMX.Grid.TDrawColumnCellEvent
Delphi
TDrawColumnCellEvent = procedure(Sender: TObject; const Canvas: TCanvas; const Column: TColumn; const Bounds: TRectF;
const Row: Integer; const Value: TValue; const State: TGridDrawStates) of object;
C++
typedef void __fastcall (__closure *TDrawColumnCellEvent)(System::TObject* Sender, Fmx::Graphics::TCanvas* const Canvas, TColumn* const Column, const System::Types::TRectF &Bounds, const int Row, const System::Rtti::TValue &Value, const TGridDrawStates State);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
type typedef |
public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | FMX.Grid |
説明
TGridModel.OnDrawColumnBackground と TGridModel.OnDrawColumnCell のイベント ハンドラの型。