[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: mseeditglob.pas line 91
type editactionty = ( |
ea_none, |
ea_beforechange, |
ea_textchanged, |
ea_resetemptytext, |
ea_textedited, |
ea_undone, |
ea_textentered, |
ea_indexmoved, |
ea_textsizechanged, |
ea_delchar, |
ea_undo, |
ea_clearselection, |
ea_deleteselection, |
ea_copyselection, |
ea_pasteselection, |
ea_selectall, |
ea_exit, |
ea_caretupdating |
); |