LineEdit.maxLength

Maximum amount of characters that can be entered inside the LineEdit. If 0, there is no limit.

  1. long maxLength [@property getter]
  2. long maxLength [@property setter]
    struct LineEdit
    @nogc nothrow @property
    void
    maxLength
    (
    long v
    )

Meta