Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes - Delphi and C++Builder's Object Inspector still does this. Double-click a control, and the default event handler (OnClick) will be created. There's a link auto-set between the button instance's event handler (method pointer) and the method, which is auto-created in the form the button belongs to.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: