OnInsert event

Applies To
TQDBNavigator

Declaration
property OnInsert : TBtnPressEvent;

Description
When the insert button (nbInsert) is pressed three things happen:

   first the BeforeAction event is triggered

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

   finally the OnClick event is triggered

This give some flexibility in responding to navigator buttons.