TXTextControl.TableGetOuter Method

This method returns a table's outer table.

Introduced: 11.0.

Syntax

TXTextControl.TableGetOuter TableId
Parameter Description
TableId

Specifies a table identifier. It is the same identifier set with the TableInsert method.

Return Value

Specifies the table identifier of the given table's outer table or zero, if the given table is a top-level table. It is also zero, if the specified table is invalid.

Data Types

TableId:    Integer
Return value:    Integer

See Also