Toolbutton – MouseEnter

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40866
    Support
    Keymaster

    Hi

    In the sConst.pas unit declared the MouseForbidden : boolean = False variable.
    Try to set this variable to True.

    #40876
    schwa226
    Participant

    QUOTE (Support @ Oct 22 2009, 02:22 PM)
    Hi

    In the sConst.pas unit declared the MouseForbidden : boolean = False variable.
    Try to set this variable to True.

    Great! It works!

    CODE
    uses
         sConst,…

    MouseForbidden := False/True;

    Changing the MouseForbidden while the app is running is no problem.

    Thanks for the help!

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