FMX.ListBox.TCustomComboBox.DoContentPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Description

Renders the content of the combo box.

DoContentPaint paints the content of the combo box when it is not expanded.

DoContentPaint is used internally.

See Also