Vcl.Controls.TCustomHintWindow.WMPrint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintWindow

Beschreibung

WMPrint zeichnet das Hinweisfenster auf einem Drucker-Gerätekontext.

WMPrint wird automatisch aufgerufen, wenn das TCustomHintWindow eine WM_PRINT-Botschaft empfängt. WMPrint wird intern verwendet.

Siehe auch