TIB_UpdateBar Object
Properties Methods Events

Unit
IB_UpdateBar

Declaration
TIB_UpdateBar = class(TCustomPanel)

Description
Button bar that gives easy access and control of the modifying of data.

Introduced Public Properties
AppendOnInsert  This property determins whether a click on the Insert button will perform an Insert or an Append operation on the dataset.
ButtonsOrder 
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.
ForceDelete  This property is to make the Delete button always enabled even if the dataset's CanDelete property returns false.
ForceEdit  This property is to make the Edit button always enabled even if the dataset's CanEdit property returns false.
ForceInsert  This property is to make the Insert button always enabled even if the dataset's CanInsert property returns false.
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.
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.