Alpha DB Components Delphi 13

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #77455
    itsme
    Participant

      Hello,

      The normal AlphaSkin Componets are was able the install and they are working fine for me.
      Only with the Databas Components i ha ve problems

      I alway receive an error about the TNavButtonStyle undeclared.
      But i don’t see any reason why? It works pretty well in Delphi 12

      Has somebody any idee?

      regards
      Torsten

      • This reply was modified 4 months, 2 weeks ago by itsme.
      #77496
      Lasse
      Participant

        In Delphi 12 you can find TNavButtonStyle in the file Vcl.DBCtrls.pas:

        TNavButtonStyleItem = (nsAllowTimer, nsFocusRect);
        TNavButtonStyle = set of TNavButtonStyleItem;

        You can add that to sDBNavigator.pas unit or just comment out the NavStyle from TsNavButton class. I chose the latter option myself. Not a necessary feature.

        • This reply was modified 4 months, 2 weeks ago by Lasse.
        #77498
        itsme
        Participant

          Thanks,

          it works

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