Undo

From RAD Studio
Jump to: navigation, search

Go Up to Edit Menu


Edit > Undo
Form Designer | right-click a component | Edit > Undo

Code Editor

Reverts the previous actions. For example, If you delete a character in the text editor, selecting Undo brings the character back.

The undo limit for the Code Editor is set in Tools > Options > Editor Options > Undo Limit . The default is 32,767.

Form Designer

The Undo option is also available in the Form Designer but with some support limitations:

  • Reverts only the previous action.
  • Reverts only the components deletion.

If you delete a component, for example a button, in the Form Designer, selecting Undo brings the component back.