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

xfgrDeleteRow

xfgrDeleteRow( 
t_tableName
x_rowNumber
) 
=> t / nil

Description

Deletes the specified row from the specified table. This function is used from the xFGR Create form customization callback functions.

Arguments

t_tableName

The name of the table.

x_rowNumber

The number of the row to be deleted from the table.

Value Returned

t

The function is successful.

nil

The function is not successful.

Example

Deleted the second row in the specified table.

xfgrDeleteRow("myTable" 2)

Return to top
 ⠀
X