Create an ACCESS/ASSIGN member of a CLASS or STRUCTURE that allow set/get flags from a numeric member using a logical value.
PROPERTY <name> IS MASK <mask> OF <var> [READONLY]
<name>
Name of the property
<mask>
integer constant containing the bits to set or get
<var>
Numeric member of the same STRUCTURE or CLASS acting as a container for the flags.