Determines whether a query is prepared for execution or not.
Class
TMemDataSet
Syntax
property Prepared: boolean;
Remarks
Determines whether a query is prepared for execution or not.
The Prepared property currently is not supported by MySQL and is always False.
See Also