Description
Allows the user to insert data freely.
Specific properties
For this type of object has many common properties, but it’s good to highlight among them the property Querylista.
Specific events
- ChangeEvent
event activated when change the value of the field. Can be used to
– assign other fields based on the value inserted into the field
– check the validity of the inserted value giving a message to the user.
For more information read here.
Properties that can be used by code
C/S Properties
- Enabled: If is False, the field is no editable (the description of the name becomes gray).
- Value: If is True, returns the text contained in the object.
- Visible: if is True, the field is visible on the form, otherwise assign it with False.
Web properties
- Enabled: If is False, the field is no editable (the description of the name becomes gray).
- Value: If is True, returns the text contained in the object.
- Visible: if is True, the field is visible on the form, otherwise assign it with False.
Methods that can be used by code
None