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