Cicode Programming Reference > Cicode Function Categories > Clipboard Functions | Cicode

Clipboard Functions

Following are functions relating to the Windows clipboard:

ClipCopy

Copies a string to the Windows clipboard.

ClipPaste

Pastes a string from the Windows clipboard.

ClipReadLn

Reads a line of text from the Windows clipboard.

ClipSetMode

Sets the format of data sent to the Windows clipboard.

ClipWriteLn

Writes a line of text to the Windows clipboard.

See Also

Published June 2018