RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crHandPoint Constant

Identifies a pointing hand cursor.

Pascal
crHandPoint = TCursor(-21);
C++
crHandPoint = TCursor(-21);

The TCursor type defines a cursor ident (integer). The value -21 identifies an upward pointing hand cursor. This is normally used to identify a selectable item, such as a web page link.  

Use the Screen Cursor property to set the cursor type to one of the TCursor values. 

 

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