| TESBCalMenuClickEvent Type | 
Unit
QESBPCSGlobals
Declaration
TESBCalMenuClickEvent = procedure (Sender: TObject; const ItemNo: Integer;
          var Value: TDateTime; var Aborted: Boolean) of object;Description
ItemNo identifies which Menu Item was selected. Value contains the current Date displayed, and if Aborted is False (default) then Value will be used to update the Calendar. 
|  |