Method XbpStatusBar():delItem() Foundation
Removes an item (panel) from the XbpStatusBar object.
Syntax
:delItem( <nItem> | <cItemKey ) => self
Parameters
<nItem>
<nItem> is a numeric value that specifies the ordinal position of the status bar panel to be removed. Item positions are counted starting from one.
<cItemKey>
The item to be removed may also be specified using its unique identifier. For this, a character string must be passed in parameter <cItemKey>.
Return
The method :delItem() returns the object executing the method (self).
Description
The method :delItem() can be used by an Xbase++ application to remove a panel from an XbpStatusBar object. The item to be removed may be specified using either its ordinal position or key. Addressing the item via its unique identifier string is recommended for better readability of the source code and easier source code maintenance.
Feedback
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.