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. |
Back to: Profile Editor Methods