Clipboard.RetrieveString Method | |
Retrieves a string from the clipboard.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RetrieveString(
nStringLength
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RetrieveString(
Usual nStringLength = default
)
Request Example
View SourceParameters
- 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