Clipboard.Insert Method | |
Insert text or a bitmap into the clipboard.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Insert(
xType
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Insert(
Usual xType = default
)
Request Example
View SourceParameters
- xType (Optional)
- Type: Usual
The text or bitmap to insert in the clipboard.
Return Value
Type:
UsualSELF
Remarks
If you insert text, any text already in the clipboard is overwritten. However, text and bitmaps in the clipboard do not share the same space. If you insert a bitmap, no existing text is deleted; if you insert text, no existing bitmap is deleted.
See Also