IBX.IBCustomDataSet.TIBCustomDataSet.InternalPrepared

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InternalPrepared: Boolean read FInternalPrepared;

C++

__property bool InternalPrepared = {read=FInternalPrepared, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

Indicates whether the dataset has prepared its queries for execution.

TIBCustomDataSet uses InternalPrepared internally to determine when it needs to prepare its set of queries for execution. The dataset checks InternalPrepared before executing a query, and prepares the query if InternalPrepared is false.