formZ SDK | 4.0 Call Back Reference | Object Attributes
Description
bit encoded attribute field flags. These flags are used by the callback function. To set a variable with a bit flag, see FZ_SETBIT, FZ_CLRBIT, FZ_CHKBIT. Alternatively, the constants below could be used.
enum fz_attr_field_flags_enum {
FZ_ATTR_FIELD_RANGE_MIN_BIT,
FZ_ATTR_FIELD_RANGE_MIN_INCL_BIT,
FZ_ATTR_FIELD_RANGE_MAX_BIT,
FZ_ATTR_FIELD_RANGE_MAX_INCL_BIT };
Members
FZ_ATTR_FIELD_RANGE_MIN_BIT
the field uses the minimum range
FZ_ATTR_FIELD_RANGE_MIN_INCL_BIT
if the field uses the minimum range, the minimum value is included (allowed)
FZ_ATTR_FIELD_RANGE_MAX_BIT
the field uses the maximum range
FZ_ATTR_FIELD_RANGE_MAX_INCL_BIT
if the field uses the maximum range, the maximum value is included (allowed)
Availability
5.5.0.0
See Also
FZ_ATTR_FIELD_RANGE_NONE, FZ_ATTR_FIELD_RANGE_MIN, FZ_ATTR_FIELD_RANGE_MIN_INCL, FZ_ATTR_FIELD_RANGE_MAX FZ_ATTR_FIELD_RANGE_MAX_INCL,
Defined in