Applies To
TQDBNavigator
Declaration
property BeforeAction : TNavClickEvent;
Description
When any of the navigator buttons are pressed three things happen:
first the BeforeAction event is triggered
next the default action or event occurs
finally the OnClick event is triggered
This give some flexibility in responding to navigator buttons.