[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TCaptureMouseButtons

Set type used to store TMouseButton values.

Declaration

Source position: controls.pp line 301

type TCaptureMouseButtons = set of (

  mbLeft,

  

Represents the left mouse button. It might be physically the right button if the system is configured to act like that, for example for a left handled person.

  mbRight,

  

Represents the right mouse button. It might be physically the left button if the system is configured to act like that, for example for a left handled person.

  mbMiddle,

  

Represents the middle mouse button.

  mbExtra1,

  

Represents the first extra mouse button.

  mbExtra2

  

Represents the second extra mouse button.

);

Description

TCaptureMouseButtons is a set type used to store TMouseButton enumeration values. TCaptureMouseButtons is the type used to implement the CaptureMouseButtons property in TControl.

See also

TMouseButton

  

Enumeration with values for logical mouse buttons.

TControl.CaptureMouseButtons

  

Indicates the mouse button(s) which are captured for the control.


Version 3.2 Generated 2024-02-25 Home