4D v16.3

OBJECT Get focus rectangle invisible

Home

 
4D v16.3
OBJECT Get focus rectangle invisible

OBJECT Get focus rectangle invisible 


 

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

The OBJECT Get focus rectangle invisible command returns the status of the visibility option for the focus rectangle of the object(s) designated by the object and * parameters for the current process . This setting corresponds to the Hide focus rectangle option that is available for enterable objects in the Property List in the Design mode. This command returns the current status of the option, as it is defined in Design mode or using the OBJECT SET FOCUS RECTANGLE INVISIBLE command.

Note: You can only use this option under Mac OS. It has no effect under Windows. 

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

The command returns True when the focus rectangle is hidden and False when it is shown.



See also 

OBJECT SET FOCUS RECTANGLE INVISIBLE

 
PROPERTIES 

Product: 4D
Theme: Objects (Forms)
Number: 1178

This command has platform-specific behavior

 
HISTORY 

Created: 4D v13

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)