Copy Method

Top  Previous  Next

The Copy method copies the selected area to the clipboard.

 

Visual Basic Syntax

 

TNBXEmulator.Copy

 

Delphi Syntax

 

TNBXEmulator.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.