FMX.Edit.TEdit.Password

From RAD Studio API Documentation

Delphi

property Password: Boolean read GetPassword write SetPassword default 0;

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. {{#multireplace:FMX.Edit.TEdit.Password|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Edit.TCustomEdit.Password|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Edit.TCustomEdit.Password|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also