Applies To
TQDBNavigator
Declaration
property OnPost : TBtnPressEvent;
Description
When the post button (nbPost) is pressed three things happen:
first the BeforeAction event is triggered
next if an OnPost event handler has been assigned OnPost is triggered
and if not the attached QDB's Post method is called.
finally the OnClick event is triggered
This give some flexibility in responding to navigator buttons.