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

Comparing ibx/trunk/fbintf/client/3.0/FB30ClientAPI.pas (file contents):
Revision 349 by tony, Mon Aug 23 14:22:29 2021 UTC vs.
Revision 350 by tony, Wed Oct 20 14:58:56 2021 UTC

# Line 130 | Line 130 | type
130      function HasTimeZoneSupport: boolean; override;
131      function HasExtendedTZSupport: boolean; override;
132      function HasInt128Support: boolean; override;
133 +    function HasScollableCursors: boolean;
134  
135      {Firebird 3 API}
136      function HasMasterIntf: boolean;
# Line 795 | Line 796 | begin
796    Result := Firebird4orLater;
797   end;
798  
799 + function TFB30ClientAPI.HasScollableCursors: boolean;
800 + begin
801 +  Result := true;
802 + end;
803 +
804   end.
805  
806  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines