WinStudio
Edit boxes, combo boxes, and other components that accept strings and numeric values.
Component properties: Data format.
Specifies a mask, or template, that determines the format used to display or enter values in a component.
MASK( string )
Part |
Description |
string | Expression that evaluates to a mask specification (see Remarks). |
See Input Mask Property for definitions of mask characters and notes on using them.
The MASK keyword can serve as a parameter of the DEFAULTFORMAT keyword in data-format specifications.
A component value with the following format specification displays
the input string tested as
TESTED: DATATYPE(CHAR) DEFAULTFORMAT(MASK(XXXXXX))