Subject | Re: [IBO] IB_NavigationBar, which button was pressed ? |
---|---|
Author | Harald Klomann |
Post date | 2000-12-13T12:23:44Z |
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:
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
>