Skip to content

Get_cursor_visible Command

Obsolete

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

Purpose

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

Syntax

get_Cursor_Visible variable

Variable will be set to 1 (true) if the cursor is visible when this command is executed, and 0 (false) if it is invisible.

What It Does

This command enables you to determine whether the cursor is currently visible, which can be useful for toggling its visibility.

Notes

  • You can set the visibility of the cursor with the set_cursor_visible command.