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