Please enable JavaScript to view this site.

KOL/MCK - User Guide

function ClipboardHasText: Boolean;

Returns true, if the clipboard contain text to paste from.

 

function Clipboard2Text: AnsiString;

If clipboard contains text, this function returns it for You.

 

function Clipboard2WText: KOLWideString;

If clipboard contains text, this function returns it for You (as Unicode string).

 

function Text2Clipboard( const S: AnsiString ): Boolean;

Puts given string to a clipboard.

 

function WText2Clipboard( const WS: KOLWideString ): Boolean;

Puts given Unicode string to a clipboard.

 

KOL / MCK User Guide - Created by Carl Peeraer - Diamant Soft, based on the work of Vladimir Kladov - Artwerp.be

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Nav Header: ALT+n
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Exit Menu/Up: ESC