Skip to main content
Version: 21 R4 BETA

OBJECT Get visible

OBJECT Get visible ( * ; object : Text ) : Boolean
OBJECT Get visible ( object : Variable, Field ) : Boolean

ParameterTypeDescription
*Operator→If specified, object is an object name (string)
If omitted, object is a variable or a field
objectText, Variable, Field→Object name (if * is specified) or
Variable or field (if * is omitted)
Function resultBoolean←True = object(s) visible; Otherwise, False
History
ReleaseChanges
12Created

Description​

The OBJECT Get visible command returns True if the object or group of objects designated by object has the visible attribute and False otherwise.

If you pass the optional * parameter, you indicate that the object parameter is an object name (string). If you do not pass this parameter, you indicate that the object parameter is a field or a variable. In this case, you pass a field or variable reference (object field or variable only) instead of a string.

See also​

OBJECT SET VISIBLE

Properties​

Command number1075
Thread safeno