[Overview][Constants][Types][Classes][Procedures and functions][Index] |
How text in the edit box is displayed.
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. |
); |
lazarus-ccr.sourceforge.net |