EditWindow.GetLine Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetLine(
Usual nLineNumber = default,
Usual nMaxLength = default
)
Request Example
View SourceParameters
- 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