Subject Re: [IBO] IB_NavigationBar, which button was pressed ?
Author Harald Klomann
Or

if IB_NavigationBar1.FocusedButton = nbFirst then ....

others are nbJumpBck, nbPrior, nbNext, nbJumpFwd, nbLast

defined in IB_Navigationbar.pas

For what purpose you need that ?

Harald

nagy.sandor@... wrote:

> HI,
>
> How can I decide that which button was pressed on the NavigationBar ?
> I have to do some special works on different buttons, I tried to
> do on the AfterAction event, but I only get the Sender there.
>
> Thx
>