Iam using registerkarte in my project.On this registercard I created 8 pages.But some times I need only 3 pages and some times I need 5 or 8 pages.How can i select the pages.for example,If I select 3 pages remaining 5 pages should disappear or hide.Again if I select 8 pages all the pages should be displayed.Pls let me know wether it is possible todo like this.If so,pls explain how can I do any examples are welcome.
Yes, it's a tab control. A Tab control is called a "Registerkarte" in German.
To answer the question, I do believe you can set which items are visible and which are not by using a property node of the tab control (Registerkarte).
Make a property node of the tab control terminal and have a look at what you find there.
ur prvious solution helped me.Now iam facing with another problem.
The problem is, Iam using in my project tabcontrol with 8 pages.In my project there is configuration block.My problem is,in configuration block if I type some text that text should display automatically on page1 and the other text for page 2 and so on.How can i do this,i tried with property node but I dint find the solution.Please tell me the solution.Examples are welcome.
I'm not sure what you mean by "configuration block". Is this a string control containing configuration information ? If you could attach your code or a section of it that would help.