False

From Real Software Documentation

Jump to: navigation, search
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.

Me.LiveResize = False
Me.GrowIcon = False

See Also

True keyword, And, Or, Not, and Xor operators.

Personal tools