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

Comparing ibx/trunk/fbintf/IB.pas (file contents):
Revision 60 by tony, Mon Mar 27 15:21:02 2017 UTC vs.
Revision 109 by tony, Thu Jan 18 14:37:48 2018 UTC

# Line 352 | Line 352 | type
352      ['{660822a5-3114-4c16-b6cb-c1a7b2aba70d}']
353    end;
354  
355 <  IBPB = interface(IParameterBlock<IBPBItem>)
355 >  IBPB = interface (IParameterBlock<IBPBItem>)
356      ['{e0cb9eb5-17f7-4416-b7d1-3cddd1dfca76}']
357    end;
358  
# Line 914 | Line 914 | type
914      function HasActivity: boolean;
915  
916      {Character Sets}
917 +    function HasDefaultCharSet: boolean;
918 +    function GetDefaultCharSetID: integer;
919      function GetCharsetName(CharSetID: integer): AnsiString;
920      function CharSetID2CodePage(CharSetID: integer; var CodePage: TSystemCodePage): boolean;
921      function CodePage2CharSetID(CodePage: TSystemCodePage; var CharSetID: integer): boolean;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines