Skip to main content
Version: Next

OBJECT Get auto spellcheck

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

ParameterTypeDescription
*OperatorIf specified, object is an object name (string) ; if omitted, object is a variable or a field
objectText, Variable, FieldObject name (if * is specified) or
Variable or field (if * is omitted)
Function resultBooleanTrue = automatic spell-checking, False = no automatic spell-checking
History
ReleaseChanges
13Created

Description

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.

This command supports objects of the following types:

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

Command number1174
Thread safeno