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


Description
The Paste method pastes the contents of the system clipboard into the profile editor control.

Syntax
long retValue = Paste();

The Paste syntax has these parts: 

Part

Description

retValue

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

See Also: Cut, Copy

Back to: Profile Editor Methods