xfgrInitializeOptionsCB
xfgrInitializeOptionsCB(
t_mode
s_callbackFunction
)
=> t / nil
Description
Registers or de-registers a user-defined callback function to be called during the initialization of option values in the Create Fluid Guard Ring form.
Arguments
|
The function mode. |
|
Value Returned
Example
Registers the initOptions callback function.
procedure(initOptions(option value) let(() xfgrSetOptionValue("wrapType" "encloseBy")
)
)
xfgrInitializeOptionsCB("r" "initOptions")
Return to top