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