DISPLAYS THE CURSOR BY DEFAULT ON THE SYSTEM OBJECT NUMBER N
ACTION
The command CURSOR_DEFAULT N displays the cursor by default (driven by the mouse) on the system object number N.
The system object is of the type: SCENE3D, BUTTON, EDIT, MEMO, COMBO, ALPHA, FORM, LIST, PICTURE, CHECK, OPTION, MOVIE, TRACK_BAR, SCROLL_BAR, PROGRESS_BAR, SPIN, GRID, CONTAINER, MEMO_RICH, BUTTON_PICTURE, SCENE2D,PANEL, GRID_DRAW, CONTAINER_OPTION, SHAPE, HVIEWER, LED1,DIGIT1, SWITCH1, CONTAINER_TAB, SYNEDIT, CHART.
Remark 1: the cursor can be hidden by the command CURSOR_HIDE.
Remark 2: the cursor by default is a capital I-shape cursor for objects EDIT, MEMO, COMBO, an an arrow for the other objects.
SYNTAX:
CURSOR_DEFAULT N
USE ERROR EXAMPLE
rem create a gray container with the cursor by default
container 1
color 1,200,200,200
cursor_default 1
CURSOR_DEFAULT
CURSOR_DEFAULT N
SEE ALSO
CURSOR_ARROW
CURSOR_BEAM
CURSOR_CROSS
CURSOR_HELP
CURSOR_HIDE
CURSOR_HOURGLASS
CURSOR_NOPARKING
CURSOR_POINT