# | Line 251 | Line 251 | end; | |
---|---|---|
251 | I: integer; | |
252 | begin | |
253 | DetailedFieldListBox.Clear; | |
254 | < | if Master is TIBCustomDataset then |
254 | > | if Master is TIBCustomDataSet then |
255 | with TIBCustomDataSet(Master) do | |
256 | if (Database = nil) or not Database.Connected then Exit; | |
257 | IndexDefs.Update; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |