RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crHelp Constant

Identifies a help cursor.

Pascal
crHelp = TCursor(-20);
C++
crHelp = TCursor(-20);

The TCursor type defines a cursor ident (integer). The value -20 identifies a help cursor, comprising the default arrow pointing up and to the left combined with a question mark.  

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!