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

TGridPropertyBackup

Declaration

Source position: grids.pas line 566

type TGridPropertyBackup = record

  ValidData: Boolean;

  

  FixedRowCount: Integer;

  

  FixedColCount: Integer;

  

  RowCount: Integer;

  ColCount: Integer;

end;