| TIB_StatementBar Object
Properties Methods Events |
Unit
IB_StatementBar
Declaration
TIB_StatementBar = class(TCustomPanel)
Description
Button bar that gives access and control of statements.
| Introduced Public Properties |
| CustomGlyphs | This provides a list of customized glyphs for the toolbar. |
| CustomGlyphsSupplied | Set this property to indicate which glyphs have been supplied in the CustomGlyphs property. |
| ExecuteUnprepared | Makes the button for Executing enabled even thoug the statement is not prepared. |
| Flat | Makes the buttons use the Flat button style. |
| FocusedButton | The currently selected button of the button set. |
| Statement | Reference to the statement actions will be taken on. |
| VisibleButtons | Set which button are visible to the user. |
| Introduced Public Methods |
| BtnClick | Storage array for the different buttons on this button bar. |
Create
![]() | |
Destroy
![]() | |
SetBounds
![]() |
| Introduced Public Events |
| AfterAction | Define custom behavior after the action of the button click is executed. |
| BeforeAction | Define custom behavior before the action of the button click is executed. |
| OnButtonsStateChanged | Define custom behavior after buttons state changed. |