Up |
_GETtabTitle
Returns the title of a given tab in a tabs control.
Prototype :
fun [ObjTab I] S
- ObjTab : a tabs control.
- I : a tab index (the first tab is 0).
Return : S this title if success, NIL otherwise
See also :
Example :
Up |
Returns the title of a given tab in a tabs control.
fun [ObjTab I] S
Return : S this title if success, NIL otherwise