firemonkey - Error when double-clicking TButton in FMX form application at design-time -


in delphi xe8 (update 1), choose file > new > multi-device application - delphi > blank application.

then put tbutton on form.

then double-click button. automatically create empty click event-handler declaration , implementation (like vcl form application projects):

procedure tform1.button1click(sender: tobject); begin  end; 

however, display error message:

enter image description here

so why error message displayed? bug in ide? can prevent error?


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -