Hi,

If I define a class like this:

TMyClass = class(TWinControl)
private
    FOnClick: TNotifyEvent;
    ...
end;

What is the initial value of FOnClick?  Do I have to set it to nil explicitly 
in the constructor?

Thanks,
Shannon
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to