I have an event - onClickButton where is only one line:
Button1.Caption:="ABC";
it isn't working ok - No effect after clicking on the button. When I insert another new line, for instance:
if x=10 then exit; //x=0 and exit doesn't invoke;
Button1.Caption:="ABC";
It works (caption on the button changed).
Any recompilation, building doesn't work. I other time or on other computer it works in both situations.
What can I do to avoid this problem?