FMX.TreeView.TCustomTreeView.DoContentPaint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView


Beschreibung

Wird intern beim Auslösen eines OnPainting-Ereignisses ausgelöst.

Siehe auch