FMX.MaskEdit.TMaskEdit.MaxLength
Delphi
property MaxLength;
C++
__property MaxLength = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.MaskEdit.pas FMX.MaskEdit.hpp |
FMX.MaskEdit | TMaskEdit |
Description
Maximum length of text that can be input in the edit field.
Note: On Android, due to platform limitations, the text is truncated only after pressing the
Enter key or after losing focus.