FMX.ListBox.TCustomListBox.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.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Beschreibung

Wird intern ausgeführt, um den Inhalt des Listenfeldes zu rendern.

Siehe auch