[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the statement prepared or not
Source position: sqldb.pp line 367
public property TCustomSQLStatement.Prepared : Boolean |
Prepared equals True if Prepare was called (implicitly or explictly), it returns False if not. It can be set to True or False to call Prepare or UnPrepare, respectively.
Prepare |
UnPrepare |