Copy Method (ALog)

Copies the selected text into the clipboard.

Syntax

Object.Copy()

The Copy method syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

Example

The following example will copy the selected text from the ALog control into the clipboard:

log1.Copy()

Applies to

ALog

See Also

Clear, Find, Move, AClipboard