TIB_StatementBar_ButtonType Type

Unit
IB_StatementBar

Declaration

TIB_StatementBar_ButtonType = ( sbPrepare,
                                sbUnprepare,
                                sbExecute );

Description
These are the different button types available to this button bar.

sbPrepare prepares the current statement in the SQL property. sbUnprepare unprepares the current statement in the SQL property. sbExecute performs the action of the prepared statement on the server.