FMX.MaskEdit.TMaskEdit.FilterChar
Delphi
property FilterChar;
C++
__property FilterChar = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.MaskEdit.pas FMX.MaskEdit.hpp |
FMX.MaskEdit | TMaskEdit |
Description
Defines characters that can be input in the edit field.
All characters that are not part of FilterChar are ignored. An empty FilterChar value means no filtering.
Note: On Android, due to platform limitations, the text is truncated only after pressing the
Enter key or after losing focus.