RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOCommand.Prepared Property

Specifies whether the command is prepared before execution.

Pascal
property Prepared: WordBool;
C++
__property WordBool Prepared;

Set Prepared before calling the Execute method to specify whether ADO prepares the command. If Prepared is set to true and the command component is connected to a data store, ADO prepares the command before executing it. If Prepared is set to false, ADO does not prepare the command. 

The default value of Prepared is false. 

 

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