IWebClipboard.Text

Syntax

Text: String;

Description

The Text property determines the text copied to clipboard.

Comments

The property is read-only. The copied text is pasted from clipboard using browser means: by pressing CTRL+V or selecting corresponding context menu item.

Example

The property use is given in the example for IWebFormComponent.Clipboard.

See also:

IWebClipboard