RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crIBeam Constant

Identifies a text insert cursor.

Pascal
crIBeam = TCursor(-4);
C++
crIBeam = TCursor(-4);

The TCursor type defines a cursor ident (integer). The value -4 identifies a text insert cursor, in the shape of a thin capital I. It is used when choosing where in a passage of text where typed characters next.  

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!