Contents - Index - Previous - Next


CellObject property



Applies to
TProfGridCell class

Declaration
property CellObject: TObject;

Description

Provides a placeholder for an application-supplied object associated with the cell.

Note:  The grid does not own the objects associated with the cells. Objects added to the cells still exist when the grid is destroyed. If you want to make the destruction of objects automatic, include the pgoFreeCellObjects option in the Options property of the grid.


Run-time only