hiDeleteToolbarItem
hiDeleteToolbarItem(
o_hiToolbar
s_toolbarItem
)
=> t / nil
Description
Deletes a toolbar item from a toolbar.
Arguments
|
o_hiToolbar
|
Handle to the toolbar returned by hiCreateToolbar.
|
|
s_toolbarItem
|
The name of the toolbar item to be deleted from the toolbar.
|
Value Returned
|
t
|
The toolbar item was removed from the toolbar.
|
|
nil
|
The toolbar item could not be removed from the toolbar.
|
Example
hiDeleteToolbarItem( toolbar ’typein )
Related Topics
Toolbar Functions
hiDeleteToolbarItems
hiAddToolbarItems
hiInsertToolbarItems
hiCreateToolbarComboBox
hiCreateToolbarTypein
Return to top