[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCellProps

Contains attributes, data, and text for grid cells.

Declaration

Source position: grids.pas line 208

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 3.2 Generated 2024-02-25 Home