Property |
Description |
System Category |
|
ClassName |
CheckBox |
Name |
Specifies the name of appropriate database attribute. |
Base |
|
AllowReference |
If True, the value can be entered by using a reference record. |
IsLocked |
If True, the value cannot be edited. |
IsMandatory |
If True, attributes must always be acquired. In edit mode, these attributes are highlighted by a red background color. |
ValidationCode |
Defines a validation code for each input field. During validation, values from other attributes can also be queried. |
ValidationMessage |
Defines a message to display if the validation fails. |
Specific Category |
|
FalseValue |
Defines a value to be displayed in the form if the database value is 0 or NULL. For example, No, Close, or False. |
TrueValue |
Defines a value to be shown in the form if the database value is 1. For example Open, True, or Yes. |
ValueDefault |
Specifies a default value that is inserted when you add a new record. You can also use this for the AutoIncrement value or date/time, and to create GUIDs. |