I am looking at demo project into the Alerter unit. When debugging the example in Turbo Delphi Pro and the control passes into the eventhandler
Code: Select all
TAlerterFrame.IBCAlerterEvent(Sender: TObject; EventName: String;
EventCount: Integer);
Why is the EventName parameter inaccessible ?Symbol was eliminated by linker
What does it mean and how to read value of the EventName parameter, please ?
Boro