Click or drag to resize

Clipboard.Insert Method

X#
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
Request Example View Source

Parameters

xType (Optional)
Type: Usual
The text or bitmap to insert in the clipboard.

Return Value

Type: Usual
SELF
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