[Overview][Types][Index] |
Source position: msegridsglob.pas line 20
type celleventkindty = ( |
cek_none, |
cek_enter, |
cek_exit, |
cek_select, |
cek_focusedcellchanged, |
cek_mousemove, |
cek_mousepark, |
cek_firstmousepark, |
cek_buttonpress, |
cek_buttonrelease, |
cek_mouseenter, |
cek_mouseleave, |
cek_keydown, |
cek_keyup |
); |