IBX.IBStoredProc.TIBStoredProc.StmtHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StmtHandle: TISC_STMT_HANDLE read FStmtHandle;

C++

__property Ibx::Ibheader::TISC_STMT_HANDLE StmtHandle = {read=FStmtHandle};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBStoredProc.pas
IBX.IBStoredProc.hpp
IBX.IBStoredProc TIBStoredProc

Description

Identifies the statement handle for the stored procedure.

Retrieve StmtHandle if an application makes a direct call to the InterBase server, bypassing the methods of TIBStoredProc. Some API calls require a statement handle as a parameter. Under all other circumstances an application does not need to access this property.