xfgrGetGroupProps
xfgrGetGroupProps(t_groupName l_propertiesName) =>l_value/ nil
Description
Returns the value of the specified property of a PDW in the xFGR Create form. This function is used from the xFGR Create form customization callback functions.
Arguments
Value Returned
Example
Returns the value of the specified property.
procedure(fgrCreateFormInit() let(() when(xfgrGetGroupProps ("Implant Layer Settings" “visible”)
xfgrGetGroupProps ("Implant Layer Settings" ?visible nil)
)
)
)
xfgrConfigureOptionsCB("r" "fgrCreateFormInit")
Return to top