edit

Generic properties, methods and events
[property icon] Alignment Allows the alignment of text to be set for multiline edit controls
[property icon] AutoHScroll Automatically adds a horizontal scroll bar when required
[property icon] AutoVScroll Automatically adds a vertical scroll bar when required
[property icon] Case Allows the character case entered into the control to be restricted
[property icon] DataSource Specifies that variable name that is bound to a database table
[property icon] HorzScroll Adds a horizontal scroll bar to the control
[property icon] Label$ Label for the control
[property icon] LimitText Used to restrict the amount of text entered into the control
[property icon] MultiLine Instructs the edit control to allow multiple lines of text
[property icon] NoHideSel Forces the selection of text to remain when a control loses focus
[property icon] Password Instructs the control to echo an asterisk as each character is entered
[property icon] PasswordChar Specifies the default echo character for passworded edit controls
[property icon] ReadOnly Enables/disable readonly mode for the control
[property icon] VertScroll Adds a vertical scroll bar to the control
[property icon] WantReturn Instructs the control to treat a RETURN as a normal carriage return
[event icon] Change() Event Called if the text in the control is changed
[event icon] MaxText() Event Called when the maximum number of characters set by limittext is reached