ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/fbintf/client/3.0/FB30Attachment.pas
(Generate patch)

Comparing ibx/trunk/fbintf/client/3.0/FB30Attachment.pas (file contents):
Revision 350 by tony, Wed Oct 20 14:58:56 2021 UTC vs.
Revision 352 by tony, Thu Oct 21 12:17:43 2021 UTC

# Line 102 | Line 102 | type
102      procedure getFBVersion(version: TStrings);
103      function HasDecFloatSupport: boolean; override;
104      function HasBatchMode: boolean; override;
105 +    function HasScollableCursors: boolean;
106  
107      {Time Zone Support}
108      function GetTimeZoneServices: ITimeZoneServices; override;
# Line 441 | Line 442 | begin
442       (GetODSMajorVersion >= 13);
443   end;
444  
445 + function TFB30Attachment.HasScollableCursors: boolean;
446 + begin
447 +  Result := GetODSMajorVersion >= 12;
448 + end;
449 +
450   function TFB30Attachment.GetTimeZoneServices: ITimeZoneServices;
451   begin
452    if not HasTimeZoneSupport then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines