FMX.Edit.TEdit.Password
Delphi
property Password;
C++
__property Password = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Edit.pas FMX.Edit.hpp |
FMX.Edit | TEdit |
Description
Specifies whether this edit control shows its characters or not.
FMX.Edit.TEdit.Password inherits from FMX.Edit.TCustomEdit.Password. All content below this line refers to FMX.Edit.TCustomEdit.Password.
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.