API:FMX.Grid.TCustomNumberColumn.BeforeDrawing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeforeDrawing(const Canvas: TCanvas); override;

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 TCustomNumberColumn

Description

This method is called before DRAW of the column.

FMX.Grid.TCustomNumberColumn.BeforeDrawing inherits from FMX.Grid.TColumn.BeforeDrawing. All content below this line refers to FMX.Grid.TColumn.BeforeDrawing.

This method is called before DRAW of the column.

DrawableCell calls DrawableCell.BeforeDrawing.