|
In
your unit define TMyWinControl = class(TWinControl);
Then
go TMyWinControl(mcCalendar).OnExit := MyOnExit;
This
works because classes can see the protected (and maby private?) parts of other
classes defined inthe same unit.
Stacey
|
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
