A user interface for a single-line text box. More...
Header | #include <Text |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
quint32 | max |
quint32 | min |
Detailed Description
Member Function Documentation
[override virtual noexcept]
TextBoxFormInput::~TextBoxFormInput ()
Destructor.
quint32 TextBoxFormInput::maxLength () const
Returns the maximum number of characters allowed.
This only applies to string fields. If not supplied, the value is determined using the length property of the referenced field.
quint32 TextBoxFormInput::minLength () const
Returns the minimum number of characters allowed.
This only applies to string fields. If not supplied, the value is 0, meaning there is no minimum constraint.