RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomDataSet.InternalPrepared Property

Indicates whether the dataset has prepared its queries for execution.

Pascal
property InternalPrepared: Boolean;
C++
__property Boolean InternalPrepared;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!