ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/dbFieldLinkPropEditor.pas
(Generate patch)

Comparing ibx/trunk/design/dbFieldLinkPropEditor.pas (file contents):
Revision 314 by tony, Mon Jan 1 11:31:10 2018 UTC vs.
Revision 315 by tony, Thu Feb 25 11:56:36 2021 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines