Edit.Paste Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Paste(
Usual cNewString = default
)
Request Example
View SourceParameters
- 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:
UsualRemarks
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