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

TCustomStringGrid.Modified

Indicates if the content in the grid cells has been changed.

Declaration

Source position: grids.pas line 1767

protected property TCustomStringGrid.Modified : Boolean
  read FModified
  write FModified;

Description

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.

See also

TCustomStringGrid.Cells

  

Provides indexed access to a cell value by its column and row number.