Important: The information in this document is obsolete and should not be used for new development.
Cursors
When passing a value to theShow_Cursor
procedure (described on page 8-28), you can use theCursors
data type to represent the kind of cursor to show. TheCursors
data type is defined as follows:
TYPE Cursors = {values to pass to Show_Cursor} (HIDDEN_CURSOR, {the current cursor} I_BEAM_CURSOR, {the I-beam cursor; to select text} CROSS_CURSOR, {the crosshairs cursor; to draw } { graphics} PLUS_CURSOR, {the plus sign cursor; to select } { cells} WATCH_CURSOR, {the wristwatch cursor; to } { indicate a short operation in } { progress} ARROW_CURSOR); {the standard cursor}