Board index » delphi » Who fired a TMenuItem.OnClick event?
Manuel Jacquez
![]() Delphi Developer |
Sat, 10 Dec 2005 12:56:51 GMT
Who fired a TMenuItem.OnClick event?
Hi there!
I have an App with some TPopupMenus, I have set its captions at runtime to I would like to set the date of a TdateTimePicker to the date selected from I have assigned all TMenuItem.OnClick events to one event where I get the procedure TForm4.popupStartDateClick(Sender: TObject); Any help would be appreciated! =) |