[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: grids.pas line 568
type TGridPropertyBackup = record |
||
ValidData: Boolean; |
|
|
FixedRowCount: Integer; |
|
|
FixedColCount: Integer; |
|
|
RowCount: Integer; |
||
ColCount: Integer; |
||
end; |