hiInsertToolbarItems
hiInsertToolbarItems(o_hiToolbar l_hiToolbarItems s_toolbarItemBefore) =>t / nil
Description
Inserts toolbar items before the specified item in a toolbar.
Arguments
|
List of toolbar items returned by |
|
|
The name of the toolbar item before which to add the new toolbar items. |
|
Values Returned
Examples
Inserts typein and anotherTypein before comboItem.
hiInsertToolbarItem(toolbar list ( typein anotherTypein ) ’comboItem )
=>t
Related Topics
Return to top