Click or drag to resize

DataWindow.Cut Method

X#
Delete the current selection in this data window and copy it to the clipboard.

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

Return Value

Type: Usual
Remarks
If the data window is in form view, the contents of the edit control is cut; if in browse view, the contents of the selected cell(s) or part of a cell in the data browser is cut.
See Also