TEchoMode: Determines how strings in the edit box are displayed.
Source position: stdctrls.pp line 41
type TEchoMode = (
emNormal,
emNone,
emPassword
);