IBX.IBSQL.TIBSQL.CheckClosed
Delphi
procedure CheckClosed; { raise error if query is not closed. }
C++
void __fastcall CheckClosed();
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 closed.
Call CheckClosed to raise an exception if the query is not closed.