Method XbpToolBar():delItem() Foundation
Removes an item (button) from the XbpToolBar object.
:delItem( <nItem> | <cItemKey ) => self
The method :delItem() returns the object executing the method (self).
The method :delItem() can be used by an Xbase++ application to remove a button from a XbpToolBar object. The item to be removed may be specified using either its ordinal position or key. Addressing the item via it's unique key string is recommended for better source code readability and easier code maintenance.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.