Method XbpIcon():configure() Foundation

Reconfigures the XbpIcon object after :create() has been executed.

Syntax
:configure() --> self
Return

This method returns the object executing the method (self).

Description

The :configure() method is used to configure or reset settings of an Xbase Part. However, an icon object has no configurable settings that require calling method :configure(). In the XbpIcon class, this method exists for compatibility reasons only. Executing :configure() is equivalent to calling the method :destroy() followed by :create().

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.