[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the content in the grid cells has been changed.
Source position: grids.pas line 1775
protected property TCustomStringGrid.Modified : Boolean |
The value in Modified is set to False when Loaded using the LCL streaming mechanism. The value in Modified is changed to True when the Cells property is updated in the SetCells method.
|
Provides indexed access to a cell value by its column and row number. |