[lazarus] deleting event handlers

Ken Moffat kmoffat at drizzle.com
Sun Nov 16 15:08:58 EST 2003


Is it ok in Lazarus to just remove the code for an event handler from 
the unit? I have several unused event handlers, such as

procedure TForm1.Button1CLICK(Sender: TObject);
begin

end;

just empty, but in delphi/kylix these are removed automatically on save. 
Can I just delete these and there declarations?

-- 
Ken








More information about the Lazarus mailing list