Skip to main content
Version: 20 R7 BETA

OBJECT Get three states checkbox

OBJECT Get three states checkbox ( {* ;} object ) -> Function result

ParameterTypeDescription
*OperatorIf specified, object is an object name (string)
If omitted, object is a field or variable
objectanyObject name (if * is specified) or
Field or variable (if * is omitted)
Function resultBooleanTrue = three-states checkbox, False = standard checkbox

This command is not thread-safe, it cannot be used in preemptive code.

Description

The OBJECT Get three states checkbox command returns the current state of the "Three-States" property for the checkbox(es) designated by the object and * parameters.

You can set the "Three-States" property either using the Property List, or using the OBJECT SET THREE STATES CHECKBOX command if it was called in the current process.

See also

OBJECT SET THREE STATES CHECKBOX