Layout Property Format
The layout property Format can be used in Labels and Editboxes to specify how the value is shown on a form.
The following characters are available to be used in format:
| Character: | Meaning: |
| $ | Adds a currency sign in front of the value. Example: |
| B |
Adds a blank space on the location it is inserted. Example: |
| ' ' (space) | A space adds a blank space on the location it is inserted, the same meaning as B. Example: |
| Z | Suppresses leading zeroes. |
| 9 | Numeric |
| X | Alphanumeric |
| / | Adds a slash on the location it is inserted. |
| : | Adds a colon on the location it is inserted. |
| - | Sign location, when negative '-' else ' ' |
| + | Sign location, when positive '+' else '-' |
| CR | Credit sign location, when positive then ' ' else 'CR' |
| DB | Debit sign location, when positive then ' ' else 'DB' |
| * | Replaces leading zeroes with asterisks. |
| ! | When placed at the front and the value is zero then the result will be blank. |
