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, 2025 • Updated: 2025-03-12
Comment or report problem with topic