Click or drag to resize

EditWindow.GetLine Method

X#
Get a specified line of text in this edit window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetLine(
	nLineNumber,
	nMaxLength
) AS USUAL CLIPPER
Request Example View Source

Parameters

nLineNumber (Optional)
Type: Usual
The position of the desired line in the edit window. Specify one of the following values:
nMaxLength (Optional)
Type: Usual
The maximum length that you expect the string to be in any language. If not specified, the system substitutes 255. If it is set too low, Windows truncates the resource string.

Return Value

Type: Usual
The text of the specified line.
See Also