[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomEdit.EchoMode

Allows to modify the text display, useful for entering passwords.

Declaration

Source position: stdctrls.pp line 862

public property TCustomEdit.EchoMode : TEchoMode
  read FEchoMode
  write SetEchoMode
  default emNormal;

Description

The following conversions can be specified:

emNormal
No changes are performed.
emNone
Spaces are echoed instead for the control value.
emPassword
The value in PasswordChar is echoed.
Remark: Conversions apply to the entire text, and cannot be reverted.

Version 3.2 Generated 2024-02-25 Home