Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

t_tableName

The name of the table.

l_propertiesName

The list of name of properties.

Value Returned

t

The function is not successful.

l_value

The list of values of the specified property.

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
 ⠀
X