A user interface for a barcode or QR code scanner. More...
Header | #include <Barcode |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
quint32 | max |
quint32 | min |
Detailed Description
A text value can be entered manually if the client doesn't support scanning or if the barcode or QR code cannot be scanned.
Member Function Documentation
[override virtual noexcept]
BarcodeScannerFormInput::~BarcodeScannerFormInput ()
Destructor.
quint32 BarcodeScannerFormInput::maxLength () const
Defines and returns the maximum number of characters allowed.
This only applies to string fields. If not supplied, the value is derived from the length property of the referenced field in the service.
quint32 BarcodeScannerFormInput::minLength () const
Defines and 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.