Skip to content

Set_cursor_visible Command

Obsolete

This command is obsolete and is valid only in character-mode DataFlex. Refer to the CursorShape class for handling cursors in DataFlex.

Purpose

To return the state (visible or invisible) of the cursor.

Syntax

set_cursor_visible
visible

visible should be 0 (false) to set the cursor invisible, and any other value (true) to set it visible.

What It Does

This command enables you to specify whether the cursor is to be visible.

Notes

  • You can get the visibility of the cursor with the get_cursor_visible command.