AlbertoVesx Posted July 9, 2020 Posted July 9, 2020 Can someone tell me why this code generate an exception? I can´t call components stored in unimainmodule. Ttask.run( procedure begin unimainmodule.Query.open; end ); or Ttask.run( procedure begin TThread.Queue(nil, procedure begin uniMainModule.Query.open; end ); end ); Best regards. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.