[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TEditCharCase - enumerated type that determines the case of text displayed in the edit box or combobox.
Source position: stdctrls.pp line 41
type TEditCharCase = ( |
||
ecNormal, |
|
Normal mode - Character case according to what the user types. |
ecUppercase, |
|
Converts every character that the user types into upper case characters. |
ecLowerCase |
|
Converts every character that the user types into lower case characters. |
); |
lazarus-ccr.sourceforge.net |