RichEdit.GetTextRange Method | |
Retrieve a range of characters from the rich edit.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetTextRange(
oRange
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetTextRange(
Usual oRange = default
)
Request Example
View SourceParameters
- oRange (Optional)
- Type: Usual
The range of characters to retrieve.
Return Value
Type:
Usual
A string representing the retrieved range of characters.
See Also