[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: msegrids.pas line 326
type cellinfoty = record |
grid: tcustomgrid; |
cell: gridcoordty; |
rect: rectty; |
innerrect: rectty; |
frameinnerrect: rectty; |
color: colorty; |
colorline: colorty; |
font: tfont; |
drawstate: celldrawstatesty; |
datapo: pointer; |
rowstate: prowstatety; |
foldinfo: prowfoldinfoty; |
calcautocellsize: Boolean; |
autocellsize: sizety; |
end; |