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/branches/udr/client/IB.pas (file contents):
Revision 380 by tony, Mon Jan 10 10:08:03 2022 UTC vs.
Revision 381 by tony, Sat Jan 15 00:06:22 2022 UTC

# Line 255 | Line 255 | type
255      ['{8bdccfe9-d552-446b-bd82-844ca264455d}']
256      function getRawValue: Int64;
257      function getScale: integer;
258 <    function clone(aNewScale: integer): IFBNumeric;
258 >    function AdjustScaleTo(aNewScale: integer): IFBNumeric;
259      function getAsString: AnsiString;
260      function getAsDouble: double;
261      function getAsBCD: TBCD;
# Line 958 | Line 958 | type
958      ['{6a0be233-ed08-4524-889c-2e45d0c20e5f}']
959      procedure GetEvents(EventNames: TStrings);
960      procedure SetEvents(EventNames: TStrings); overload;
961 <    procedure SetEvents(EventName: AnsiString); overload;
961 >    procedure SetEvents(EventName: string); overload;
962      procedure Cancel;
963      function ExtractEventCounts: TEventCounts;
964      procedure WaitForEvent;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines