New Properties, Methods and Events

In TX Text Control 21.0 the following new properties, methods and events have been added:

Properties

Property Description
TXTextControl.ClipboardFormats Returns an array of Integer values specifying all the data formats which are currently available in the clipboard and which can be pasted into a TextControl document.
TXTextControl.PageLength Gets the number of characters of the page, including the page break character at the end of the page.
TXTextControl.PageStart Gets the number (one-based) of the page's first character.
TXTextControl.SectionLength Gets the number of characters in the section.
TXTextControl.SectionStart Gets the number (one-based) of the section's first character.

Methods

Method Description
TXTextControl.PageSelect This method can be used to select the specified page.
TXTextControl.Paste Replaces the current selection in the Text Control with the contents of the Clipboard.
TXTextControl.SectionSelect This method can be used to select the specified section.
TXTextControl.TableSelectCells This method can be used to select a rectangular part of a table defined through two table cells.