TXTextControl.TableGetOuterMost Method

This method returns a table's outermost table.

Introduced: 11.0.

Syntax

TXTextControl.TableGetOuterMost 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 outermost table or zero, if the given table is already a top-level table. It is also zero, if the specified table identifier is invalid.

Data Types

TableId:    Integer
Return value:    Integer

See Also