--- ibx/branches/udr/client/IB.pas 2022/01/10 10:13:17 380 +++ ibx/branches/udr/client/IB.pas 2022/01/15 00:06:22 381 @@ -255,7 +255,7 @@ type ['{8bdccfe9-d552-446b-bd82-844ca264455d}'] function getRawValue: Int64; function getScale: integer; - function clone(aNewScale: integer): IFBNumeric; + function AdjustScaleTo(aNewScale: integer): IFBNumeric; function getAsString: AnsiString; function getAsDouble: double; function getAsBCD: TBCD; @@ -958,7 +958,7 @@ type ['{6a0be233-ed08-4524-889c-2e45d0c20e5f}'] procedure GetEvents(EventNames: TStrings); procedure SetEvents(EventNames: TStrings); overload; - procedure SetEvents(EventName: AnsiString); overload; + procedure SetEvents(EventName: string); overload; procedure Cancel; function ExtractEventCounts: TEventCounts; procedure WaitForEvent;