wwAPI::GetClipboardText

Gets special text like RTF or HTML from the clipboard rather than retrieving only text.

Formats:
The formats supported are based on registered special clip board content types. Some common ones are:

  • Rich Text Format
  • Html Format
  • CSV Format

Note this is a static function not a method of the wwAPI class.

GetClipboardText(lcFormat)

Parameters

lcFormat
Clipboard Text Format to return. Rich Text Format, Html Format. Note that plain text is not returned from this function - grab this with _ClipText in FoxPro.

Remarks

This function requires wwIpStuff.dll

See also:

Class wwAPI

© West Wind Technologies, 2004-2017 • Updated: 09/06/10
Comment or report problem with topic