edit Cursor property
Return to Introduction  Previous page  Next page
Applies to
acEdit, acNumberEdit, acIPEdit, acLabeledComboBox, acMRUComboBox and acImagesComboBox components as subproperty of AttachedLabel structure.  

Declaration
property Cursor: TCursor;  

Description
The Cursor property specifies the image used to represent the mouse pointer when it passes into the region covered by this label attached to control.  
 
Change the value of Cursor to provide feedback to the user when the mouse pointer enters the control. The value of Cursor is the index of the cursor in the list of cursors maintained by the global variable, Screen. In addition to the built-in cursors provided by TScreen, applications can add custom cursors to the list.  

See also
Additional Cursors