TXTextControl.CanRedo Property

Informs whether an operation can be re-done using the Redo method.

Syntax

TXTextControl.CanRedo
Setting Description
0 Nothing to redo.
10 Redo Insert Text
11 Redo Delete Text
12 Redo Format Text
15 Redo Insert Style
16 Redo Delete Style
17 Redo Style Attributes
18 Redo Style
19 Redo Insert Image
20 Redo Delete Image
21 Redo Image Attributes
22 Redo Table Attributes
23 Redo Insert Table
24 Redo Delete Table Column
25 Redo Insert Table Column
26 Redo Delete Table Rows
27 Redo Insert Table Rows
28 Redo Character Formatting
29 Redo Paragraph Formatting
30 Redo Bullets and Numbering
31 Redo Text Field Attributes
32 Redo Insert Text Field
33 Redo Delete Text Field
34 Redo Replace
35 Redo Insert Text Frame
36 Redo Delete Text Frame
37 Redo Text Frame Attributes
38 Redo Edit Text Frame
39 Redo Insert Object
40 Redo Delete Object
41 Redo Object Attributes
42 Redo Page Attributes
43 Redo Insert Section Break
44 Redo Insert Header/Footer
45 Redo Delete Header/Footer
46 Redo Edit Header/Footer

Data Types

Integer.

Limitations

Read only, Runtime only.

See Also