TXTextControl.AllowUndo Property

Determines whether the undo buffer is active or not. If a Text Control is used for tasks like generating reports, it can be useful to deactivate the undo buffer to save time and memory. By default the undo buffer is active. When running on a server the undo buffer is deactivated by default.

Introduced: 11.0.

Syntax

TXTextControl.AllowUndo

Data Types

Boolean.

See Also