Click or drag to resize

RichEdit.GetTextRange Method

X#
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
Request Example View Source

Parameters

oRange (Optional)
Type: Usual
The range of characters to retrieve.

Return Value

Type: Usual
A string representing the retrieved range of characters.
See Also