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

TEchoMode

How text in the edit box is displayed.

Declaration

Source position: stdctrls.pp line 36

type TEchoMode = (

  emNormal,

  

Characters are shown unmodified.

  emNone,

  

All characters shown as spaces.

  emPassword

  

All characters shown as PasswordChar.

);