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

Comparing ibx/trunk/design/ibdataseteditor.pas (file contents):
Revision 106 by tony, Thu Jan 18 14:37:35 2018 UTC vs.
Revision 107 by tony, Thu Jan 18 14:37:40 2018 UTC

# Line 123 | Line 123 | begin
123      end;
124      FDataSet := DataSet;
125      with IBSQLEditFrame1 do
126 +    begin
127        IncludeReadOnlyFields := false;
128 +    end;
129      Result := ShowModal = mrOK;
130      if Result and assigned(DataSet) then
131        DataSet.GenerateParamNames := GenerateParams.Checked

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines