FMX.ListBox.TCustomListBox.DoContentPaint

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox


説明

リストボックスのコンテンツのレンダリングをするために、内部的に実行されます。

関連項目