Copies the selected text into the clipboard.
Object.Copy()
The Copy method syntax has the following parts:
Name |
Type |
Description |
Object |
ALog |
ALog control |
The following example will copy the selected text from the ALog control into the clipboard:
log1.Copy()
Clear, Find, Move, AClipboard