xfgrOptionValueChangeCB
xfgrOptionValueChangeCB(t_mode s_callbackFunction[g_optionName] ) => t / nil
Description
Registers or de-registers user-defined callback function to be called when the value of any option on the Create Fluid Guard Ring form changes.
Arguments
|
The function mode. |
|
|
The callback function is called only for the specified option. |
|
Value Returned
Example
Registers the optionValueChanged callback function.
procedure(optionValueChanged(option value) let(() xfgrAddOption(?optionName "testOptionStringLineEdit2" ?optionLabel "LineEdit String Label" ?optionType "string" ?optionWidgetType "lineedit" ?groupName "" ?optionDefaultValue "fgr")
)
)
xfgrOptionValueChangeCB("r" "optionValueChanged")
Return to top