Hello,
How can I get the name of a TabPage active.
if i in the TabPage = 2 the name is Page 2, TabPage = 4, name is Page 4.
I have this
index = tabMainTab.tab(); this is #2 Name: Page2
and in the caption all the time give me Page1.
I have this:
FormTabPageControl FTPC ;
;
super();
index = tabMainTab.tab() // 2
name = FTPC.caption(); // Page 2 but all the time is Page 1
Somebody know how i can do that?
Thanks in avance.
*This post is locked for comments