Click or drag to resize

Edit.Cut Method

X#
Delete the current selection in this edit control 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 current selection refers to a cursor position (for example, {5,5}), no text is deleted.
See Also