FMX.ListBox.TCustomListBox.DoContentPaint
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.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Description
Executes internally to render the content of the list box.