cursorlocker Control property
Return to Introduction  Previous page  Next page
Applies to
acCursorLocker and acStatusControl components.  

Declaration
property Control: TControl;  

Description
The Control property specifies the control which will hook the mouse movements and lock within its bounds. Control property can be the name of form or name of any control on this form.  
 
tip Controls are visual components: that is, they are components you can see when your application is running. All controls have properties in common that specify the visual attributes of controls, such as Left, Top, Height, Width.