TNavClickEvent type

Unit
QDB

Declaration
TNavClickEvent = procedure(Sender : TObject; Button : TNavigateBtn) of object;

Description
The BeforeAction and OnClick events are of this type. Note that the Button which was pressed is passed as a parameter.