| # | Line 204 | Line 204 | begin | |
|---|---|---|
| 204 | if Data.Field is TFile then | |
| 205 | CellText := IntToStr(TFile(Data.Field).FileInfo.ID); | |
| 206 | end; | |
| 207 | + | 3: |
| 208 | + | begin |
| 209 | + | if Data.Field is TDataField then |
| 210 | + | CellText := TDataField(Data.Field).ValueAsString; |
| 211 | + | end; |
| 212 | end; | |
| 213 | end; | |
| 214 | end; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |