TIB_ConnectionBar Object
Properties Methods Events

Unit
IB_ConnectionBar

Declaration
TIB_ConnectionBar = class(TCustomPanel)

Description
This control is used to provide an easy way to allow a user to create, connect, disconnect or drop a database.

See IB_WISQL sample application for an example of its usage.

Introduced Public Properties
CustomGlyphs  This provides a list of customized glyphs for the toolbar.
CustomGlyphsSupplied 
Flat  Makes the buttons use the Flat button style.
FocusedButton  Tells which button has the current focus.
IB_Connection  Connection for which this control will take action for.
OnReceiveFocus  Define a custom action when a new connection focus notification is received.
ReceiveFocus  Determine whether or not notification should be received when a new connection receives focus.
ToggleConnect  When connected the Disconnect button will be shown; otherwise, the Connect button will show.
ToggleCreate  When connected the Drop button will be shown; otherwise, the Create button will show.
VisibleButtons  Determine the buttons that the user can interact with.

Introduced Public Methods
BtnClick   Method used to produce a button click action.
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.