Vcl.Controls.TCustomHintWindow.WMPrint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintWindow

Description

WMPrint draws the hint window to a printer device context.

WMPrint is called automatically when the TCustomHintWindow receives a WM_PRINT message. WMPrint is used internally.

See Also