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 44 by tony, Mon Jul 7 13:00:15 2014 UTC vs.
Revision 45 by tony, Tue Dec 6 10:33:46 2016 UTC

# Line 109 | Line 109 | function EditFieldLink(aMaster: TDataSet
109  
110   implementation
111  
112 < uses IBCustomDataSet;
113 <
114 <  function EditFieldLink(aMaster: TDataSet; aIndexDefs: TIndexDefs;
112 > function EditFieldLink(aMaster: TDataSet; aIndexDefs: TIndexDefs;
113     var aDetailIndexFieldNames: string; var aMasterIndexFieldNames: string
114     ): boolean;
115   begin
# Line 270 | Line 268 | end;
268   end;
269  
270   procedure TFieldLinkEditor.LoadMasterFields;
273 var FieldNames: string;
274     idx: integer;
271   begin
272     MasterFieldListBox.Clear;
273     if assigned(Master) then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines