Form screen properties

AccentColor The accent color, which is used in apps to color smaller areas with a well-saturated color.
BackdropColor The backdrop color, which may be used to paint the lowest layer of an app, behind the background of items such as fields, buttons and navigators.
BackgroundColor The background color, which is used to paint the areas behind items such as fields, buttons and navigators.
BarBackgroundColor The background color of the navigation bar.
BarForegroundColor The foreground color of the navigation bar, which is used to paint the text and icons of the navigation bar.
ButtonForegroundColor The foreground color for buttons.
DarkForegroundColor The dark foreground color, which is used to paint text and icons on a light background.
DateTimeFields The date and time fields of this form screen as an array.
DividerColor The divider color, which is used for the separators that appear between items such as fields, buttons and navigators.
FieldBlankValueColor The color for blank values of fields.
FieldLabelColor The color for labels of fields.
FieldValueColor The color for values of fields.
Fields The fields of this form screen as an array.
GroupLabelColor The color for labels of form groups.
Items The items of this form screen as an array, including all form groups, fields, buttons, text boxes and named values.
Label The label of the screen, which serves as its title.
LightForegroundColor The light foreground color, which is used to paint text and icons on a dark background.
MessageBackgroundColor The background color of all transient messages that appear in an app.
Name The name, as assigned in Calcapp Creator.
NavigatorLabelColor The color for labels of navigators.
NextScreen The screen that appears when the user moves to the next screen.
NextScreenAvailable Whether the screen following the form screen is available.
NumberDropDownFields The number drop-down fields of this form screen as an array.
NumberFields The number fields of this form screen as an array.
PrimaryColor The primary color, which often uses a bold hue.
Reference A reference to the form screen.
SwitchFields The switch fields of this form screen as an array.
TextBoxTextColor The color for text that appears in text boxes.
TextDropDownFields The text drop-down fields of this form screen as an array.
TextFields The text fields of this form screen as an array.
WarningColor The warning color, which is used to paint things like error messages and warning labels, including validation messages of fields.