Skip to content

TextAreaFormInput Class

  • TextAreaFormInput
  • class Esri::ArcGISRuntime::TextAreaFormInput

    A user interface for a multi-line text area. More...

    Header: #include <TextAreaFormInput.h>
    Since: Esri::ArcGISRuntime 200.8
    Inherits: Esri::ArcGISRuntime::FormInput

    Public Functions

    virtual ~TextAreaFormInput() override
    quint32 maxLength() const
    quint32 minLength() const

    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.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.