Copy Method |
Top Previous Next |
The Copy method copies the selected area to the clipboard.
Visual Basic Syntax
TNBEmulator.Copy
Delphi Syntax
TNBEmulator.Copy;
Remarks
The EnableSelection property must be set to true to allows you select an area of the emulator-screen.
See also EnableSelection property and Paste method.
|