Click here for NewsObjects Overview
Copy Method (Profile Editor Control)
Windows – Visual C++


Description
The Copy method copies the selected text from the profile editor and pastes it to the system clipboard.

Syntax
long retValue = Copy();

The Copy syntax has these parts: 

Part

Description

retValue

A long return value indicating the success of the operation. A zero indicates success.

See Also: Cut, Paste

Back to: Profile Editor Methods