RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTransaction.Call Method

Returns an error message based on the error code.

Pascal
function Call(ErrCode: ISC_STATUS; RaiseError: Boolean): ISC_STATUS;
C++
__fastcall ISC_STATUS Call(ISC_STATUS ErrCode, Boolean RaiseError);

Call is an internal method used to make calls to the InterBase API, and gives you the option of raising an exception or returning an error based on the value of RaiseError. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!