This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20.6
OBJECT Get auto spellcheck

OBJECT Get auto spellcheck 


 

OBJECT Get auto spellcheck ( {* ;} 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 = automatic spell-checking,
False = no automatic spell-checking

The OBJECT Get auto spellcheck command returns the status of the Auto spellcheck option for the object(s) designated by the object and * parameters for the current process.

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 reference instead of a name.

The command returns True when automatic spell-checking is enabled for the object and False when it is not.



See also 

OBJECT SET AUTO SPELLCHECK

 
PROPERTIES 

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

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v13

 
ARTICLE USAGE

4D Language Reference ( 4D v20)
4D Language Reference ( 4D v20.1)
4D Language Reference ( 4D v20.2)
4D Language Reference ( 4D v20.3)
4D Language Reference ( 4D v20.4)
4D Language Reference ( 4D v20.5)
4D Language Reference ( 4D v20.6)