[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: mseeditglob.pas line 103
type editnotificationinfoty = record |
state: editactionstatesty; |
case action: editactionty of |
ea_exit, ea_delchar: ( |
dir: graphicdirectionty; |
); |
ea_caretupdating: ( |
caretrect: rectty; |
showrect: rectty; |
); |
ea_textsizechanged: ( |
sizebefore: sizety; |
newsize: sizety; |
); |
ea_pasteselection, ea_copyselection: ( |
bufferkind: clipboardbufferty; |
); |
end; |