Click or drag to resize

Clipboard.RetrieveRTF Method

X#
Retrieve an RTF string from the clipboard.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RetrieveRTF(
	nStringLength
) AS USUAL CLIPPER
Request Example View Source

Parameters

nStringLength (Optional)
Type: Usual
The length of the RTF text to retrieve from the clipboard. If it is left empty or set to 0, the full text is retrieved.

Return Value

Type: Usual
The RTF string from the clipboard or NULL_STRING, if there is no string in the clipboard.
Remarks
Used to retrieve the RTF text from the clipboard.
See Also