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

Comparing ibx/trunk/fbintf/client/2.5/FB25ClientAPI.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 201 | Line 201 | type
201      function IsEmbeddedServer: boolean; override;
202      function GetClientMajor: integer; override;
203      function GetClientMinor: integer; override;
204 +    function HasScollableCursors: boolean;
205  
206      {Firebird 3 API}
207      function HasMasterIntf: boolean;
# Line 545 | Line 546 | begin
546    Result := 5;
547   end;
548  
549 + function TFB25ClientAPI.HasScollableCursors: boolean;
550 + begin
551 +  Result := false;
552 + end;
553 +
554   function TFB25ClientAPI.HasMasterIntf: boolean;
555   begin
556    Result := false;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines