FMX.Grid.TColumn.BeforeDrawing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeforeDrawing(const Canvas: TCanvas); virtual;

C++

virtual void __fastcall BeforeDrawing(Fmx::Graphics::TCanvas* const Canvas);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

Description

This method is called before DRAW of the column.

DrawableCell calls DrawableCell.BeforeDrawing.