[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains attributes, data, and text for grid cells.
Source position: grids.pas line 206
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; |