JUSTIFY keyword
Applies to
Edit boxes, enhanced combo boxes, and other form components that accept strings and numeric values
Component properties: Data format
Description
Specifies justification of values in a component.
Syntax
JUSTIFY( D | L | R | C )
Setting | Description |
D | Default justification. |
L | Left justification. |
R | Right justification. |
C | Center justification. |
Remarks
The JUSTIFY keyword can serve as a parameter of the DEFAULTFORMAT keyword in data-format specifications.
Related topics