[Overview][Constants][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A basic text edit widget
Source position: mseedit.pas line 615
|
A basic text edit widget |
|
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
twidget,iscrollframe,iface,iassistiveclient |
||
| | ||
| | ||
tmsecomponent,ievent,iificommand,iificlient |
||
| | ||
tcomponent |
||
? | ||
TObject |
A basic text edit widget.
Hint: In MSEgui, you would seldom use the TEdit component directly. Instead, in is recommended that you rather use one of the TDataEdit descendants, like TStringEdit, TIntegerEdit etc. They have the event properties OnSetValue and OnDataEntered which can be used in order to react on input changes.