DataBrowser.CanUndo Method (Typed) | |
Determine if the most recent changes to a data browser column can be undone (using DataBrowser:Undo()).
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD CanUndo() AS USUAL
public virtual Usual CanUndo()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if the operation can be undone; otherwise, FALSE.
See Also