Vcl.Grids.TInplaceEditList.PaintWindow

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

Delphi

procedure PaintWindow(DC: HDC); override;

C++

virtual void __fastcall PaintWindow(HDC DC);

プロパティ

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

説明

指定されたデバイスコンテキスト上でコントロールのイメージを描画します。

PaintWindow メソッドは、コントロールを再度ペイントするために自動的に呼び出されます。 PaintWindow は、コントロールの DefaultHandler メソッドに WM_PAINT メッセージを送信します。

関連項目