Contains attributes, data, and text for grid cells.
Source position: grids.pas line 209
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; |
| Version 4.4 | Generated 2025-11-08 | Home |