Hi guys I am using a tab page with a number of pages. On the first page I have a TCheckBox which if this one is checked TCheckBox on page two is also checked. The box on the 2nd page is being used as a sort of status update so you can fill out options on the next page.
However, the checkbox on the second page is still clickable. Is there anyway I can lock the output in a way similar to the ReadOnly in TEdit boxes.
One way I thought of is if they click the box just check it it is true and if so keep it at true. Is there a better way?
However, the checkbox on the second page is still clickable. Is there anyway I can lock the output in a way similar to the ReadOnly in TEdit boxes.
One way I thought of is if they click the box just check it it is true and if so keep it at true. Is there a better way?