FMX.Grid.TDrawColumnCellEvent

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
typedef public FMX.Grid.hpp FMX.Grid FMX.Grid

Description

Type of event handler for TGridModel.OnDrawColumnBackground and TGridModel.OnDrawColumnCell.