SetText  Clipboard

The SetText function changes the stored text in the clipboard.

Syntax

Integer Clipboard.SetText(
     String text)

Parameters

textText to store.Required

Return value

The SetText function returns true.

If an error occurs, the SetText function returns false.

Example

myClipboard.SetText("Welcome")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia