FMX.Edit.TPasswordEditButton
Delphi
TPasswordEditButton = class(TEditButton)
C++
class PASCALIMPLEMENTATION TPasswordEditButton : public TEditButton
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Edit.pas FMX.Edit.hpp |
FMX.Edit | FMX.Edit |
Description
Button used to switch the password display mode in a TEdit control.
While the TPasswordEditButton is pressed, the text is visible. Password must be set to True in the Object Inspector for TEdit.
Before | After |
---|---|