4D v13.4

OBJECT Get visible

Home

 
4D v13.4
OBJECT Get visible

OBJECT Get visible 


 

OBJECT Get visible ( {* ;} object ) -> Function result 
Parameter Type   Description
Operator in If specified, object is an object name (string) If omitted, object is a variable or a field
object  Form object in Object name (if * is specified) or Variable or field (if * is omitted)
Function result  Boolean in True = object(s) visible; Otherwise, False

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.

 
PROPERTIES 

Product: 4D
Theme: Object Properties
Number: 1075

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D v12

 
SEE ALSO 

OBJECT SET VISIBLE