THintInfo is deprecated

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #41652
    Support
    Keymaster

      Will be changed in the next release.

      #41720
      emailaya
      Participant

        still happens in 6.56

        #41810
        emailaya
        Participant

          still happens in 6.57

          #41827
          emailaya
          Participant

            here is how to solve it:

            {$IFDEF UNICODE}
            THintInfo = Controls.THintInfo;
            {$ENDIF}

            TacShowHintEvent = procedure (var HintStr: string; var CanShow: Boolean; var HintInfo: THintInfo; var Frame : TFrame) of object;

            #41863
            Support
            Keymaster

              Thank you! Will be used in the nearest release.

              #47610
              emailaya
              Participant

                I'm now using D2009 + AC7.59 and I still have this warning appearing when compiling my project

                #47654
                Support
                Keymaster

                  Hello! Try the version 7.6

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