| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Is the query prepared ?
Source position: sqldb.pp line 564
|  public property TCustomSQLQuery.Prepared : Boolean | 
Prepared is true if Prepare was called for this query, and an UnPrepare was not done after that (take care: several actions call UnPrepare implicitly). Initially, Prepared will be False. Calling Prepare if the query was already prepared has no effect.
| 
 | Prepare a query for execution. | |
| 
 | Unprepare a prepared query |