AdvNavBar

Hi all,

where i can find some documentation about advNavBar ?
i would like to know how Images are managed by AdvNavBar ( which properties are affected, how images are displayed and what order, etc )
TIA

Given the limited scope/feature set of TAdvNavBar there is not a separate manual for this.
There is a demo application that shows how TAdvNavBar can be used.

Images can be set via an imagelist (AdvNavBar.Images) and set per panel via AdvNavBarPanel.ImageIndex.
The sequence of the images displayed in the bottom TAdvNavBar footer relates directly to the sequence of the panels in the TAdvNavBar.

Ok thanks