Vcl.Controls.TCMMouseWheel
Delphi
TCMMouseWheel = record
C++
struct DECLSPEC_DRECORD TCMMouseWheel
{
public:
unsigned Msg;
#ifndef _WIN64
#else /* _WIN64 */
Winapi::Messages::TDWordFiller MsgFiller;
#endif /* _WIN64 */
System::Classes::TShiftState ShiftState;
short WheelDelta;
#ifndef _WIN64
#else /* _WIN64 */
Winapi::Messages::TDWordFiller ShiftStateWheel;
#endif /* _WIN64 */
public:
union
{
struct
{
System::Types::TSmallPoint Pos;
#ifdef _WIN64
Winapi::Messages::TDWordFiller PosFiller;
#endif /* _WIN64 */
NativeInt Result;
};
struct
{
short XPos;
short YPos;
#ifndef _WIN64
#else /* _WIN64 */
Winapi::Messages::TDWordFiller XYPos;
#endif /* _WIN64 */
};
};
};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
record struct |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Beschreibung
TCMMouseWheel wird mit einer CM_MOUSEWHEEL-Botschaft verwendet.
Ein Objekt des Typs TCMMouseWheel wird mit einer CM_MOUSEWHEEL-Botschaft verwendet.
Der TCMMouseWheel wird intern verwendet.