| # | Line 7 | Line 7 | uses | |
|---|---|---|
| 7 | ||
| 8 | type | |
| 9 | TFile_Empty = class(TFile) | |
| 10 | – | public |
| 11 | – | procedure InitDataFields; override; |
| 10 | end; | |
| 11 | ||
| 12 | implementation | |
| 13 | ||
| 16 | – | uses |
| 17 | – | ConnectionManager, Math, Classes, TypeDefs, _DataTypes; |
| 18 | – | |
| 19 | – | procedure TFile_Empty.InitDataFields; |
| 20 | – | begin |
| 21 | – | inherited; |
| 22 | – | FDataFields := TBlock.Create(Self, nil, 'Base', '', []); |
| 23 | – | end; |
| 24 | – | |
| 25 | – | |
| 14 | end. | |
| 15 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |