Hi, I have this code:
procedure TForm1.Button1Click(Sender: PObj);
begin
ShowMessage('KOL-CE');
end;but if I push the button does not happen anything. I have watched in the Object Inspector and the OnClick event is not assigned and I can not assign it manually. What is the problem? Best regards.
_______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
