TB_TKDEL
Delete a toolbar that’s logged with the environment
WSupported on Windows
|
|
|
|
xcall TB_TKDEL(tbid)
Arguments
tbid
The ID of a toolbar that has been logged with the environment. (n)
Discussion
TB_TKDEL deletes a toolbar that’s been logged with the current environment or the global environment. On Unix and OpenVMS, this routine is ignored.
If tbid is not the ID of a toolbar that’s been logged with the current environment or the global environment, a fatal error will occur.
Note that if you use TB_DELETE to delete a toolbar that’s been logged with an environment, a fatal error will occur on the next call to E_ENTER or E_EXIT.