TabSheetSettings.UndoRedoEnable

Syntax

UndoRedoEnable: Boolean;

Description

The UndoRedoEnable property determines whether it is possible to use undo and redo commands.

Comments

Use JSON or the setUndoRedoEnable method to set the property value and the getUndoRedoEnable method to get the property value.

If the property is set to True, undo and redo commands can be used, otherwise these commands cannot be used.

Example

The example of use is given on the TabSheetSettings.EnableNativeContextMenu property description page.

See also:

TabSheetSettings