Up |
_ENtab
Enables or disables a tabs control.
Prototype :
fun [ObjTab I] ObjTab
- ObjTab : a tabs control.
- I : 1 to enable, 0 to disable.
Return : ObjTab the same tabs control if success, NIL otherwise
See also :
Example :
Note :
For this moment, it is not possible to enable/disable a particular tab. For that, you can enable or disable the linked window to this tab.