Problem with Button click event |
|
Re: Problem with Button click event |
|
On 2013/11/30 02:45 AM, Dave Nottage Rael Bauer wrote:
>
>> I get this error:
>> "Cannot find implementation of method Button1Click"
>
> There's an error in your code. Try compiling the app to find where the error is.
>
In a new project, when I click on the button, this is the source that is
generated:
{code}
implementation
procedure TForm1.Button1Click(Sender: TObject);
begin
end;
{$R *.fmx}
end.
{code}
You can see the fmx goes underneath the button click event...
Happens every time. Is there a fix for this?
Thanks
Rael
|
Re: Problem with Button click event |
|