Link to home
Start Free TrialLog in
Avatar of jack_p50
jack_p50

asked on

Different pages for one tabsheet

I have tabsheet : "toolOptionsTabsheet"
It must let to modify tool options(in grafx editor), but for
each tool options must be different. How can I do, so if
i select one tool, options are one, and when i select another, options are another.
Note! I don't want to make this page in run-time
Avatar of philipleighs
philipleighs

Can you have a different tab sheet for each type of tool inside a PageControl? Maybe set the TabVisible property to false for each tabsheet. Then at run time, set the active page to match the selected tool.

Is this what you mean? If not, give some examples of what you want to happen.
More info please.
Avatar of jack_p50

ASKER

how can i create multiple pages?
At design time,
Add a TPageControl to your form.
Right click it, click New Page.

You can then add components directly in the new page.
yep like philipleighs says.
ASKER CERTIFIED SOLUTION
Avatar of Oli2
Oli2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanx. How don't I thank it myself?