Hallo
konnte jemand mir sagen, warum bei mir die Event OnContextPopup in mein Code nicht funktioniert ?
OnClick funktioniert aber !
Delphi-Quellcode:
with TImage.Create(self) do begin
OnClick := ShowMessage('Hallo');
OnContextPopup := ShowMessage('blabla');
...