Clipboard.RetrieveRTF Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RetrieveRTF(
Usual nStringLength = default
)
Request Example
View SourceParameters
- 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