Mirror

How to enable/disable individual buttons on a TDBNavigator (Views: 708)


Problem/Question/Abstract:

How to enable/disable individual buttons on a TDBNavigator

Answer:

{Append allowed/ not allowed}
DBNavigator1.Controls[4].Enabled := not DBNavigator1.Controls[4].Enabled

<< Back to main page