New Properties, Methods and Events

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

Properties

Property Description
TXRulerBar.FormulaMode Gets or sets a value specifying whether the ruler bar shows cell references when the current input position is in a table cell.
TXTextControl.FormulaReferenceStyle Gets or sets a value determining how references to table cells in formulas are specified.
TXTextControl.IsFormulaCalculationEnabled Gets or sets a value indicating whether formulas in tables are automatically calculated when the text of an input cell is changed.
TXTextControl.IsTrackChangesEnabled Gets or sets a value indicating whether track changes is active or not.
TXTextControl.TableCellFormula Returns or sets the table cell's formula.
TXTextControl.TableCellNumberFormat Returns or sets a number format for the table cell.
TXTextControl.TableCellTextType Returns or sets the text type of the table cell which determines whether the cell's text is interpreted as a number or as text.
TXTextControl.TrackedChangeEnd Returns the index (one-based) of the last character of the specified tracked change.
TXTextControl.TrackedChangeKind Returns the kind of tracked change.
TXTextControl.TrackedChangeStart Returns the index (one-based) of the first character of the specified tracked change.
TXTextControl.TrackedChangeTime Returns the date and time when the change has been made.
TXTextControl.TrackedChangeUserName Returns the name of the user who has changed the document.

Methods

Method Description
TXTextControl.TrackedChangeDelete This method removes a tracked change from the document.
TXTextControl.TrackedChangeNext This method returns the identifier of the tracked change that follows the specified tracked change in the Text Control's current text.

Events

Event Description
TXTextControl.CannotTrackChange Determines how to handle a change of the document that cannot be added to the list of tracked changes.
TXTextControl.TrackedChangeChanged Occurs when the text of a tracked change has been altered.
TXTextControl.TrackedChangeCreated Occurs when a tracked change has been created.
TXTextControl.TrackedChangeDeleted Occurs when a tracked change has been deleted.