xfgrGetTableProps
xfgrGetTableProps(t_tableName[l_propertiesName] ) =>l_value/ nil
Description
Returns the properties of a table. This function is used from the xFGR Create form customization callback functions.
Arguments
Value Returned
Example
Returns the properties of the specified table.
procedure(optionValueChanged(optionName value prevValue) xfgrGetTableProps("myTable" list("visible"))
)
;;xFGR Create Form customization callback. It is triggered when any non-table GUI component changed xfgrOptionValueChangeCB("r" "optionValueChanged")
Return to top