E r g e b n i s / R e s u l t
Turns off the cursor
B e s c h r e i b u n g / D e s c r i p t i o n
Turns the cursor off. This is a useful routine to call to remove the
'stray' cursors that sometimes appear after using a Screen Form.
It is not possible to turn off the cursor when in an input field.
S y n t a x
Code:
bool = call ('CURS_OFF') P a r a m e t e r
There are no parameters for this procedure
R e t u r n s
The procedure returns a Boolean or True/False value.
TRUE - the procedure worked correctly.
FALSE - a problem occurred.
B e i s p i e l / E x a m p l e
Code:
attach 'KEYBOARD'
a = call ("CURS_OFF") ! the cursor is now off
detach 'KEYBOARD' Q u e r v e r w e i s / C r o s s R e f e r e n c e
CURS_ON