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; |
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; |