TXTextControl.TableNestedLevel Property

Gets the nested level for the specified table. Top level tables have a level of 1.

Introduced: 11.0.

Syntax

TXTextControl.TableNestedLevel(TableId)
Parameter Description
TableId

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

Data Types

TableId:    Integer
Property value:    Integer

Limitations

Run time only.

See Also