Bool

Bool is a value type that can store either true or false.

Literal Syntax

Bool literals can be specified using one of two keywords for true and false.

property Bool isActive: false
property Bool hasFocus: true