drdOptionsSet
drdOptionsSet(
t_fieldName
g_state
)
=> t / nil
Description
Sets default states for fields in the configuration file for the DRD Options form.
You can save settings from the DRD Options form to a configuration file and, conversely, load the settings from the configuration file to the form. For more information, see
Arguments
|
Indicates the state of the specified field. It can have one of these values: |
Value Returned
Examples
drdOptionsSet("interactiveNotifyEnabled" t)
Enables this option in the DRD Option form: Interactive – Notify – Enabled.
drdOptionsSet("interactiveNotifyEnabled" nil)
Disables this option in the DRD Option form: Interactive – Notify – Enabled.
Return to top