TIB_DatasetBar Object
Properties Methods Events

Unit
IB_DatasetBar

Declaration
TIB_DatasetBar = class(TCustomPanel)

Description
Button bar that gives access and control of statements and cursors.

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.
DataSource  Reference to the DataSource to perform actions upon.
Flat  Makes the buttons use the Flat button style.
FocusedButton  The currently selected button of the button set.
OnReceiveFocus  This event allows a custom action to be performed when a Focus event is received.
ReceiveFocus  This property is used in conjunction with the AnnounceFocus property of the DataSource component.
ToggleOpen  When Opened the Close button will be shown.
TogglePrepare  When Prepared the Unprepare button will be shown.
VisibleButtons  Set which button are visible to the user.

Introduced Public Methods
BtnClick   Method used to pass the click of a single button to the owning parent.
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.