Vcl.Controls.TCMDesignHitTest
Delphi
TCMDesignHitTest = TWMMouse;
C++
typedef Winapi::Messages::TWMMouse TCMDesignHitTest;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record typedef |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
TCMDesignHitTest is a record used by the CM_DESIGNHITTEST message.
TCMDesignHitTest is an alias for the TWMMouse type. TCMDesignHitTest is used by the CM_DESIGNHITTEST message.
The following table lists the fields of TCMDesignHitTest:
Value | Meaning |
---|---|
MK_CONTROL |
The CTRL key is down. |
MK_LBUTTON |
The left mouse button is down. |
MK_MBUTTON |
The wheel button is down. |
MK_RBUTTON |
The right mouse button is down. |
MK_SHIFT |
The SHIFT key is down. |