[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 39

type TEchoMode = (

  emNormal,

  

Characters are shown unmodified.

  emNone,

  

All characters shown as spaces.

  emPassword

  

All characters shown as PasswordChar.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.