Was heißt hier
Zitat von
dominikkv:
Nein!
Bevor Du meine Aussage in Frage stellst, solltest Du Dir erstmal darüber im Klaren sein, um welches Control es hier geht
Zitat von
dominikkv:
Sicher, dass es ein OnStatusChange gibt?
Delphi-Quellcode:
property OnClick: EMPNotify read FOnClick write FOnClick;
property OnContextPopup;
property OnEnter;
property OnExit;
property OnMouseEnter;
property OnMouseLeave;
property OnPostClick: EMPPostNotify read FOnPostClick write FOnPostClick;
property OnNotify: TNotifyEvent read FOnNotify write FOnNotify;
Du postest hier Events der TMediaPlayer-Komponente; die ist aber nicht Thema dieses Beitrages!
Die Komponente, um die es hier geht, nämlich TWindowsMediaPlayer, besitzt sehr wohl ein Event namens OnStatusChange.
Nun sage mir, was an meinem Beitrag #4 falsch ist.