Unit 'StdCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#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.


CT Web help

CodeTyphon Studio