Dynamic tab descriptions

I would like to use dynamic text in building a tab description. Currently the description (tab name) is hardcoded in “name1/name2” etc. I think I can use “textid1/textid2” to do this dynamically. How do I use this?

Hi Elanie,

Textids in the controls are for multilanguage support. When you want your application to use different text depending on the language, you add a textid instead of the text itself. Depending on the set language, the textid is then automatically resolved according to the corresponding language file.
Have a look at the chapter “Multi Language Management” in the documentation.

The rowtabarea control does not provide a dynamic property nameprop. The tabsel control provides corresponding dynamic properties.

Best Regards,
Christine