False
From Real Software Documentation
Language Keyword
Used to set Boolean variables or properties. False is the result of a comparison of two objects that are not equal.
Syntax
expression = False
Expression is any valid Boolean expression.
Examples
One use of False is to set the values of Boolean properties. For example, the following is in the Open event of a Window.
