[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: themes.pas line 112
type TThemedEdit = ( |
||
teEditDontCare, |
|
|
teEditRoot, |
|
|
teEditTextNormal, |
|
|
teEditTextHot, |
|
|
teEditTextSelected, |
|
|
teEditTextDisabled, |
|
|
teEditTextFocused, |
|
|
teEditTextReadOnly, |
|
|
teEditTextAssist, |
|
|
teEditCaret |
|
|
); |
lazarus-ccr.sourceforge.net |