Microsoft SDK for Java

Edit.getLines

Retrieves the text in the edit control.

Syntax

public final String[] getLines()

Return Value

Returns an array of String objects that contains the contents of the edit control. Each line of text in the edit control becomes an element in the returned array. For single-line edit controls, the returned array contains a single element.

See Also   setLines

© 1999 Microsoft Corporation. All rights reserved. Terms of use.