Overview | Methods | This Package | All Packages
Creates an edit box.
public DhEdit()
public DhEdit( String strText )
public DhEdit( String strText, boolean multiline )
Parameters
strText
The initial text contents of DhEdit.
multiline
Set to true if the edit box has multiple lines; otherwise, set to false.
Remarks
This constructor creates a single line DhEdit edit box control. The default constructor (without parameters) creates an edit box without initial text.