Vcl.Controls.THintWindow.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 THintWindow

Description

Paints the non-client part of the hint window.

WMPrint is called automatically to paint the non-client part of the hint pop-up window.

See Also