[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: mseeditglob.pas line 62
type optionseditty = set of ( |
||
oe_readonly, |
||
oe_undoonesc, |
||
oe_closequery, |
||
oe_checkmrcancel, |
||
oe_nogray, |
||
oe_linebreak, |
||
oe_shiftreturn, |
||
oe_forcereturncheckvalue, |
||
oe_eatreturn, |
||
oe_resetselectonexit, |
||
oe_exitoncursor, |
|
go to the next widget if the caret goes behind or before the last or first character |
oe_nofirstarrownavig, |
||
oe_endonenter, |
||
oe_homeonenter, |
||
oe_autoselect, |
||
oe_autoselectonfirstclick, |
||
oe_caretonreadonly, |
||
oe_focusrectonreadonly, |
||
oe_trimright, |
||
oe_trimleft, |
||
oe_uppercase, |
||
oe_lowercase, |
||
oe_hintclippedtext, |
||
oe_locate, |
||
oe_casesensitive, |
||
oe_notnull, |
||
oe_null, |
||
oe_directdbnullcheck, |
||
oe_savevalue, |
||
oe_savestate, |
||
oe_saveoptions, |
||
oe_checkvaluepaststatread |
||
); |