API:Vcl.Forms.TCustomFrame.PaintWindow

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

Delphi

procedure PaintWindow(DC: HDC); override;

C++

virtual void __fastcall PaintWindow(HDC DC);

プロパティ

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

説明

ウィンドウコントロールのイメージをレンダリングします。

Vcl.Forms.TCustomFrame.PaintWindow は Vcl.Controls.TWinControl.PaintWindow を継承しています。以下の内容はすべて Vcl.Controls.TWinControl.PaintWindow を参照しています。

ウィンドウコントロールのイメージをレンダリングします。

PaintWindow メソッドを呼び出すと,コントロールを再描画できます。PaintWindow メソッドは WM_PAINT メソッドをウィンドウコントロールの DefaultHandler メソッドに送り,メッセージレコードの WParam 項目を DC パラメータで渡される値に設定し,ほかのパラメータと結果項目をゼロに設定します。

関連項目