I'm using C++ Builder. I created a few TMenuItem and assigned event OnClick each TMenuItem to one function. Now I don't know, how can I get information, which component run this function. I want to have access to field of component(for example: Caption or ItemIndex, etc). Thanks for all.