Jump to content

Use of TTask with mainmodule error


albertovesx

Recommended Posts

Can someone tell me why this code generate an exception?

image.png.8b7d04dd217b5bd788b0c3ef07601dbb.png

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...