FMX.TreeView.TCustomTreeView.DoContentPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoContentPaint(Sender: TObject; Canvas: TCanvas; const ARect: TRectF);

C++

void __fastcall DoContentPaint(System::TObject* Sender, Fmx::Graphics::TCanvas* Canvas, const System::Types::TRectF &ARect);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

Description

Executed internally whenever an OnPainting event occurs.

See Also