Click or drag to resize

Edit.Undo Method

X#
Undo the last modification to the text in this edit control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Undo() AS USUAL
Request Example View Source

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method only undoes the last change—undos are not nested.
See Also