IBX.IBSQL.TIBSQL.CheckOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckOpen;             { raise error if query is not open.}

C++

void __fastcall CheckOpen();

Properties

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

Description

Raises an exception if the query is not open.

Call CheckOpen to raise an exception if the query is closed.