IBX.IBSQL.TIBSQL.Call

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Call(ErrCode: ISC_STATUS; RaiseError: Boolean): ISC_STATUS;

C++

NativeInt __fastcall Call(NativeInt ErrCode, bool RaiseError);

Properties

Type Visibility Source Unit Parent
function public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBSQL

Description

Returns an error message based on the error code.

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.