OnEdit event

Applies To
TQDBNavigator

Declaration
property OnEdit : TBtnPressEvent;

Description
When the edit button (nbEdit) is pressed three things happen:

   first the BeforeAction event is triggered

   next if an OnEdit event handler has been assigned OnEdit is triggered
   and if not the attached QDB's Edit method is called.

   finally the OnClick event is triggered

This give some flexibility in responding to navigator buttons.