FMX.Edit.TCustomEdit.Password
Delphi
property Password: Boolean read GetPassword write SetPassword default False;
C++
__property bool Password = {read=GetPassword, write=SetPassword, default=0};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FMX.Edit.pas FMX.Edit.hpp  | 
        FMX.Edit | TCustomEdit | 
Description
Specifies whether this edit control shows its characters or not.
Set the Password property to True to make this edit control hide its characters for password-like input. Set Password to False to make this edit control show all its characters.