FMX.Colors.TComboColorBox.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.Colors.pas
FMX.Colors.hpp
FMX.Colors TComboColorBox


Beschreibung

Wird beim Auslösen des OnPaint-Ereignisses ausgeführt.

Siehe auch