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

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

# Line 222 | Line 222 | begin
222    FDelayTimerValue := AValue;
223    {$IF FPC_FULLVERSION >= 30002}
224    if (AValue > 0) and not IsMultiThread then
225 <    IBError(ibxMultiThreadRequired,['TIBTable MasterDetailDelay']);
225 >    IBError(ibxeMultiThreadRequired,['TIBTable MasterDetailDelay']);
226    FTimer.Interval := FDelayTimerValue;
227    {$IFEND}
228   end;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines