ISClipboard.GetText

Description

This function returns the clipboard content.

Syntax

object.GetText()

Part Attribute Type Description
object Required
The object always implements the ISClipboard interface

Return Value

string

Returns the clipboard content.

Example

Display the clipboard content.

Dim aClipboard
Dim aText

Set aClipboard = Profile.GetClipboard
aText = aClipboard.GetText
Profile.MsgBox(aText)
Note:

In Profile Client v8 on User Interface the clipboard content can be found in Edit > Show Clipboard.

Version information

Added in v7.8.0