FMX.Forms.TCustomForm.DoPaint

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

Delphi

procedure DoPaint(const Canvas: TCanvas; const ARect: TRectF); virtual;

C++

virtual void __fastcall DoPaint(Fmx::Graphics::TCanvas* const Canvas, const System::Types::TRectF &ARect);

プロパティ

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

説明

OnPaint イベントを発生させます。

関連項目