Vcl.Controls.TCustomHintWindow.WMPrint

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

Delphi

procedure WMPrint(var Message: TMessage); message WM_PRINT;

C++

MESSAGE void __fastcall WMPrint(Winapi::Messages::TMessage &Message);

プロパティ

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

説明

WMPrint はプリンタ デバイス コンテキストにヒント ウィンドウを描画します。

WMPrint は、TCustomHintWindow が WM_PRINT メッセージを受信したときに自動的に呼び出されます。WMPrint は内部的に使用されます。

関連項目