delete in tab-panel%
delete
tab-panel%
Deletes an existing tab.
(send a-tab-panel delete n) -> void n : exact non-negative integer
(send a-tab-panel delete n)
send
a-tab-panel
n
If n is equal to or larger than the number of tabs on the panel, an exn:application:mismatch exception is raised.
exn:application:mismatch