FMX.Edit.Style.TStyledEdit.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.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style TStyledEdit

説明

この編集ボックスのコンテンツを描画する、protected メソッド。

関連項目