OnLast event

Applies To
TQDBNavigator

Declaration
property OnLast : TBtnPressEvent;

Description
When the last button (nbLast) is pressed three things happen:

   first the BeforeAction event is triggered

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

   finally the OnClick event is triggered

This give some flexibility in responding to navigator buttons.