Up |
_SETtabTitle
Sets the title of a tab in a tabs control.
Prototype :
fun [ObjTab I S] ObjTab
- ObjTab : a tabs control.
- I : a tab index (the first tab is 0).
- S : the new title to set.
Return : ObjTab the same tabs control object if success, NIL otherwise
See also :
Example :