Skip to content

TextBoxFormInput Class

  • TextBoxFormInput
  • class Esri::ArcGISRuntime::TextBoxFormInput

    A user interface for a single-line text box. More...

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

    Public Functions

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

    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.

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