Click or drag to resize

Clipboard.RetrieveString Method

X#
Retrieves a string from the clipboard.

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

Parameters

nStringLength (Optional)
Type: Usual
The length of the string to be retrieved. If nStringLength is zero or not specified, the complete clipboard contents is assumed.

Return Value

Type: Usual
The string from the clipboard or NULL_STRING, if there is no string in the clipboard.
See Also