Edit.getLines

Overview | Methods | This Package | All Packages

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