FMX.MaskEdit.TMaskEdit.MaxLength

From RAD Studio API Documentation
Jump to: navigation, search

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.