[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TEchoMode - enumerated type that determines how strings in the edit box are displayed.
Source position: stdctrls.pp line 42
type TEchoMode = ( |
||
emNormal, |
|
|
emNone, |
|
|
emPassword |
|
|
); |
lazarus-ccr.sourceforge.net |