| # | Line 56 | Line 56 | type | |
|---|---|---|
| 56 | Shift: TShiftState; X, Y: Integer); | |
| 57 | procedure value_viewer_contextPopup(Sender: TObject); | |
| 58 | private | |
| 59 | < | fileid: LongWord; |
| 59 | > | fileid: Integer; |
| 60 | public | |
| 61 | end; | |
| 62 | ||
| # | Line 290 | Line 290 | begin | |
| 290 | VST.BeginUpdate; | |
| 291 | if VST.RootNodeCount = 0 then | |
| 292 | begin | |
| 293 | < | structs := LoadStructureDefinition(fileid); |
| 293 | > | structs := LoadStructureDefinition(Connection, fileid); |
| 294 | if structs.Data then | |
| 295 | begin | |
| 296 | if Length(structs.Global) > 0 then | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |