Contains attributes, data, and text for grid cells.
Source position: grids.pas line 204
type TCellProps = record |
||
Attr: pointer; |
|
Attributes for a grid cell. |
Data: TObject; |
|
Data for a grid cell. |
Text: pchar; |
|
Display text for a grid cell. |
end; |