Vcl.Controls.TCustomTransparentControl.WMNCHitTest

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure WMNCHitTest(var Message: TWMNCHitTest); message WM_NCHITTEST;

C++

HIDESBASE MESSAGE void __fastcall WMNCHitTest(Winapi::Messages::TWMNCHitTest &Message);

Eigenschaften

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

Beschreibung

Wird automatisch aufgerufen, wenn das Steuerelement eine WM_NCHITTEST-Botschaft empfängt.

WMNCHitTest wird automatisch aufgerufen, wenn das TCustomTransparentControl eine WM_NCHITTEST-Botschaft empfängt. WMNCHitTest wird intern verwendet.

Siehe auch