| View previous topic :: View next topic |
| Author |
Message |
Steven Guest
|
Posted: Sun Feb 26, 2006 1:03 am Post subject: TabControl in BDS2006 |
|
|
Whats the deal with the TTabControl ? I select the itemindex
of the tab, then I place maybe a button on it. But all the tabs
show the same items on them. Is there a new way of using the
tabs?
Steven |
|
| Back to top |
|
 |
JD Guest
|
Posted: Sun Feb 26, 2006 4:03 am Post subject: Re: TabControl in BDS2006 |
|
|
"Steven" <stef (AT) bondo (DOT) edu> wrote:
| Quote: | Whats the deal with the TTabControl ? I select the itemindex
of the tab, then I place maybe a button on it. But all the tabs
show the same items on them. Is there a new way of using the
tabs?
|
Your confusing the TTabControl with the TPageControl.
TTabControl requires you to manage which controls are visible
according to what tab is selected. TPasgeControl manages that
for you.
~ JD |
|
| Back to top |
|
 |
Steven Guest
|
Posted: Sun Feb 26, 2006 5:03 pm Post subject: Re: TabControl in BDS2006 |
|
|
JD,
What in the world would I do without you? I don't know how
I could have confused that one. I guess with the new icons you
just have to pay attention to what you are doing.
Appeciate it
Steven
"JD" <nospam (AT) nospam (DOT) com> wrote in message
news:44011860$1 (AT) newsgroups (DOT) borland.com...
> Your confusing the TTabControl with the TPageControl. |
|
| Back to top |
|
 |
|