MDI Child destroy on application terminate

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #56885
    Support
    Keymaster

      Hello

      Can you repeat this error in a new test-app?

      #56888
      NeoGetz
      Participant
        'Support' wrote:

        Hello

        Can you repeat this error in a new test-app?

        Yes sure. It seems it's related to the order of the import in the uses clause.

        This one is bad:

        uses

        Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,

        Dialogs, StdCtrls, sButton, ExtCtrls, sPanel, Grids, DBGrids, acDBGrid,

        DB;

        This works:

        uses

        Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,

        Dialogs, ExtCtrls, DB, Grids, DBGrids, StdCtrls, acDBGrid, sButton,

        sPanel;

        I'm not sure what's the difference, but at least there's a workaround.

        #56895
        Support
        Keymaster
          'NeoGetz' wrote:
          I'm not sure what's the difference, but at least there's a workaround.

          Hmm, very interesting.

          If you know how I can repeat the error, will be great. I need to see it if possible…

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.