We will see what is a edit box and how to use it.
Edit box
Definition: A edit box allows the user to input text.
For example, consider an edit box control, as follows:
How to create it?
Events
It is possible to apply the following events to an edit box
- Visible: The condition requires to show the control
- Enable: The condition requires to enable the control
- OnChange: Define the action that will be done when the content of the control is changed
- GetText: Define the initial text of the control
Example
how the events OnChange and GetText can be used for the edit-box below: