Sets the plain text currently on the clipboard.

Syntax

SRP_Set_Clipboard(Text)

Remarks

The SRP_Set_Clipboard sets the clipboard text. It does the same thing as calling Set_Property("CLIPBOARD", "TEXT", MyText) but without requiring the presentation server context. Thus, it is safe to use in OEngines running outside of OpenInsight.

Examples

SRP_Set_Clipboard("Hello, World")
  • No labels