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

Comparing ibx/trunk/runtime/nongui/IBCustomDataSet.pas (file contents):
Revision 220 by tony, Fri Mar 16 10:27:26 2018 UTC vs.
Revision 221 by tony, Mon Mar 19 09:48:37 2018 UTC

# Line 1438 | Line 1438 | begin
1438    FDelayTimerValue := AValue;
1439    {$IF FPC_FULLVERSION >= 30002}
1440    if (AValue > 0) and not IsMultiThread then
1441 <    IBError(ibxMultiThreadRequired,['TIBQuery/TIBDataset MasterDetailDelay']);
1441 >    IBError(ibxeMultiThreadRequired,['TIBQuery/TIBDataset MasterDetailDelay']);
1442    FTimer.Interval := FDelayTimerValue;
1443    {$IFEND}
1444   end;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines