undo( )
Reverses the effects of the last Cut or Paste action.
Syntax
<oRef>.undo( )
<oRef>
An object reference to the control you want to restore.
Property of
Browse, ComboBox, Editor, Entryfield, SpinBox
Description
Use undo( ) when the user wants reverse the effects of the last Copy, Cut or Paste action.
If you have assigned a menubar to the form, you can use a menu item assigned to the menubar’s editUndoMenu property instead of using the undo( ) method of individual objects on the form.