TIB_NavigationBar Object
Properties Methods Events

Unit
IB_NavigationBar

Declaration
TIB_NavigationBar = class(TCustomPanel)

Description
Button bar that gives access and control of navigating through a dataset.

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.
JumpCount  Number of records jumped forward and backward when the JumpXXX buttons are clicked.
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 buttons 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.