Vcl.Controls.TWinControl.PaintWindow

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

Delphi

procedure PaintWindow(DC: HDC); virtual;

C++

virtual void __fastcall PaintWindow(HDC DC);

プロパティ

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

説明

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

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

関連項目