Click or drag to resize

Edit.Paste Method

X#
Replace the current selection in this edit control with a string, if specified, or the contents of the clipboard.

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

Parameters

cNewString (Optional)
Type: Usual
The text to be placed in the edit control. If not specified, the contents of the clipboard is used.

Return Value

Type: Usual
Remarks
If the current selection refers to a cursor position (for example, {5,5}), the text is inserted at that point and no text is deleted.
See Also