Question

To simulate a TButton click we would use:

Button1.Click

But how do we apply something similar for the TDBNavigator? Say for example, I want simulate the Refresh button of the TDBNavigator inside my code. Is this possible?

Was it helpful?

Solution

assuming you are asking for TDBNavigator:

DBNavigator.BtnClick(nbRefresh);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top