IBX.IBSQL.TIBSQL.Prepared

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Prepared: Boolean read FPrepared;

C++

__property bool Prepared = {read=FPrepared, nodefault};

Properties

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

Description

Indicates whether or not the query has been prepared.

Use the Prepared property to determine whether or not a query has yet been prepared.