Hello,
how can i get the active index from a Tab Register control?
Best Regards
Tab Register
- mkerk
- Posts:75
- Joined: Wed Oct 20, 2010 12:25 pm
Re: Tab Register
Hello,
you can use the attribute "activeRegister" to set the active tab through the index "idx" (starting at 0) or to read the index of the active tab.
setValue (string shape, "activeRegister", int idx);
getValue ( string shape, "activeRegister", int &idx);
shape.activeReer (int idx);
BR,
Mousser
you can use the attribute "activeRegister" to set the active tab through the index "idx" (starting at 0) or to read the index of the active tab.
setValue (string shape, "activeRegister", int idx);
getValue ( string shape, "activeRegister", int &idx);
shape.activeReer (int idx);
BR,
Mousser
- QuangVu
- Posts:2
- Joined: Mon Sep 25, 2017 12:19 pm
Re: Tab Register
just found it in the help document too :cheer: wasnt reding it carefully. Thanks