What it does
Represents a set of bool flags. Note. This object is not available on the Web Verification Station for checking rules locally.Methods
| Definition | Description |
|---|---|
| Has( TStateType : int ) : bool | Checks whether the requested flag is set |
IScriptBinaryAttributes represents a set of boolean flags in FlexiCapture scripts, with a Has method that checks whether a given TStateType flag is set.
| Definition | Description |
|---|---|
| Has( TStateType : int ) : bool | Checks whether the requested flag is set |