Zitat von
Net7:
Wie kann ich einen TNotifyEvent noch eine Variable mitgeben??
Gar nicht.
Zitat:
wie funktioniert das bei der Komponentenprogrammierung??
Es gibt auch noch mehr als TNotifyEvent.
TNotifyEvent ist nichts anderes als:
Delphi-Quellcode:
type
TNotifyEvent = procedure(Sender: TObject) of object;
Nun 1 und 1 zusammenzählen und programmieren.