OracleNavigator Buttons

PRice

Member²
I'm having trouble iterating through the TOracleNavigator buttons. I'm trying to disable all but the nbFirst, nbLast, nbPrior, nbLast rather than change the underlying dataset's state. Could you provide an example?

Thanks,

PRice
 
You cannot enable/disable them, but you can make them visible/invisible by using the VisibleButtons property. You can also derive your own navigator class to implement specific enable/disable functionality.
 
Back
Top