ExceptTag Root › Technical support › Troubleshooting This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago by Stephane Senecal. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 14, 2017 at 2:42 pm #57060 SupportKeymaster 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; September 14, 2017 at 3:14 pm #57061 Stephane SenecalParticipant Soooo simple! Why I didn't think about that. Many thanks! Stephane Senecal CIS Group Delphi programmer since 2001 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting