TXTextControl.TableCreated Event

Occurs after a new table has been created as a result of a text insertion via the clipboard. It does not occur when the table is inserted with the TableInsert method or when a previously saved document is reloaded.

Syntax

TableCreated(TableId, NewTableId)
Parameter Description
TableId

Is the number of the created table. This number can be changed through setting the NewTableId parameter.

NewTableId

Is a new table identifier for the created table. It must be in the range of 10 to 32,767.

Data Types

TableId:    Integer
NewTableId:    Integer

See Also