function GetClipboard: string;
SCAR Divi 3.25 > Current
This function gets the content from the clipboard and if it's a string, returns it.
begin SetClipboard('Test'); WriteLn(GetClipboard); end.