xfgrShowGroup
xfgrShowGroup(
g_groupName
)
=> t / nil
Description
Displays the options in the specified group on the Create Fluid Guard Ring form.
Arguments
|
The name of the group in which the options are to be displayed. |
Value Returned
Example
Displays the Wrap Settings group on the Create Fluid Guard Ring form.
if(xfgrShowGroup("Wrap Settings") then info("Group Wrap Settings has been displayed") else info("Group Wrap Settings in not available")
)
Return to top