WinStudio
Form components with the data type DECIMAL.
Property defaults with the data type DECIMAL.
Component properties: Use Free Form, Format.
Specifies a character indicating the start of the fractional part of a decimal value of a component.
DECIMAL( char )
Part |
Description |
char | Expression that evaluates to a character. |
The DECIMAL keyword can serve as a parameter of the DEFAULTFORMAT keyword in data-format specifications. See DEFAULTFORMAT in Related Topics. Specifications with the MASK keyword override this specification.
A component value with the following format specification displays two digits to the right of the "." decimal point:
DATATYPE(DECIMAL) DECIMALPOINT(2) DEFAULTFORMAT(DECIMAL(.))