Hi,<div><br></div><div>If I define a class like this:</div><div><br></div><div>TMyClass = class(TWinControl)</div><div>private</div><div>    FOnClick: TNotifyEvent;</div><div>    ...</div><div>end;</div><div><br></div><div>What is the initial value of FOnClick?  Do I have to set it to nil explicitly in the constructor?</div><div><br></div><div>Thanks,</div><div>Shannon</div>