2.57 .configurable

With this attribute you can query if a record or a global variable is configurable, i.e. if it can be set in the configuration file loaded with DM_LoadProfile().

Definition

  • Data type

    boolean

  • Access

    get, set

  • changed event

    yes

Value range

true
The value may be loaded from a configuration file.
false
The attribute or global variable is not configurable.

For global variables, the configurability is marked by the preceding keyword config.

See also

Object record

Chapter “Configurable Variables” in manual “Rule Language”

Chapter “Configuration File” in manual “Development Environment”

C function DM_LoadProfile