|
The property for the screen designer where it shows the different data type values. |
|
Name |
Code |
Class Name |
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
char(50) |
|
Mandatory |
Yes |
|
Shows the identity of the screen property. It is the primary key for the ScreenProperty table. |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
Yes |
|
Shows the order of the screen user. This acts as a primary key for the ScreenProperty table. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
No |
|
A date value, usually in the format: DD-MM-YYYY. |
|
Name |
|
|
Code |
|
|
Data Type |
smallint |
|
Mandatory |
No |
|
A boolean value, usually in a form of a checkbox. |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
No |
|
An integer value, i.e. a whole number. |
|
Name |
|
|
Code |
|
|
Data Type |
double |
|
Mandatory |
No |
|
A numeric value, usually stands for numbers or digits. |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
No |
|
A string value where it is a data type which includes letters, digits and special characters. It is a sequence of characters. |
|
|
|