xfgrSetGroupProps
xfgrSetGroupProps(t_groupName[?visibleg_visibleFlag] ) => t / nil
Description
Sets the value of a specified property of a PDW on xFGR Create form. You can use this function from the xFGR Create form customization callback functions.
Arguments
Value Returned
Example
Sets the value of a specified property of a PDW.
procedure(fgrCreateFormInit() let(() xfgrSetGroupProps ("Implant Layer Settings" ?visible nil)
)
)
xfgrConfigureOptionsCB("r" "fgrCreateFormInit")
Return to top