Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCustomSQLStatement.Prepared

Is the statement prepared or not.

Declaration

Source position: sqldb.pp line 433

public property TCustomSQLStatement.Prepared : Boolean
  read GetPrepared;

Description

Prepared equals True if Prepare was called (implicitly or explicitly), it returns False if not. It can be set to True or False to call Prepare or UnPrepare, respectively.

See also

TCustomSQLStatement.Prepare

  

Prepare the statement for execution.

TCustomSQLStatement.UnPrepare

  

Unprepare a previously prepared statement.


Documentation generated on: Jul 24 2023