[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: mseinplaceedit.pas line 284
type undoinfoty = record |
text: msestring; |
utype: undotypety; |
selectstartpos: gridcoordty; |
startpos: gridcoordty; |
endpos: gridcoordty; |
flags: undoflagsty; |
textbefore: msestring; |
link: Boolean; |
end; |