| # | Line 26 | Line 26 | var | |
|---|---|---|
| 26 | temps: String; | |
| 27 | templist: TStringList; | |
| 28 | begin | |
| 29 | < | FDataFields := TBlock.Create(Self, 0, 'Base', '', nil); |
| 29 | > | FDataFields := TBlock.Create(Self, nil, 0, 'Base', '', nil); |
| 30 | templist := TStringList.Create; | |
| 31 | with FDataFields do | |
| 32 | begin | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |