ExceptTag

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

    Hello

    This is a global variable and declared in the sConst.pas file (ExceptTag = $100 or 100000000 as binary).

    The package check a tag value of the control, one bit only: “if Tag and ExceptTag ExceptTag then…”

    So, you can change this variable in application initialization to a bigger value with high bit enabled:

    Code:
    ExceptTag := $40000000;
    #57061
    Stephane Senecal
    Participant

    Soooo simple! Why I didn't think about that.

    Many thanks!

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

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