RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.Mouse Variable

Contains information about the system’s mouse.

Pascal
Mouse: TMouse;
C++
TMouse Mouse;

Use Mouse to get information about the system’s mouse, including which window (if any) has captured the mouse, the position of the mouse, and mouse settings from the Control panel. Mouse can also be used to specify global aspects of how your application responds to mouse messages, such as how much the user must move the mouse to start a drag operation. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!