Clear Property (AClipboard)

Clears the contents of the system clipboard.

Syntax

Clipboard.Clear()

The Clear method syntax has the following parts:

 

Name

Type

Description

Clipboard

AClipboard

The system clipboard internal variable

Comments

The method empties the system clipboard from it data.

Example

The following statement clears the system clipboard:

Clipboard.Clear()

Applies to

AClipboard

See Also

Clipboard, GetPicture, SetPicture, SetText