[Lazarus] Initial value for procedure of object

xrfang xrfang at gmail.com
Tue Jan 22 03:54:25 CET 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130122/8fda9d66/attachment-0002.html>


More information about the Lazarus mailing list