Method XbpHTMLViewer2():configure() Foundation

Reconfigures the XbpHTMLViewer2 object.

Syntax
:configure( [<oParent>], [<oOwner>], [<aPos>], [<aSize>], [<lVisible>] ) --> self
Parameters
<oParent>
Parent object parameter. See the :create() method.
<oOwner>
Owner object parameter. See the :create() method.
<aPos>
Position parameter. See the :create() method.
<aSize>
Size parameter. See the :create() method.
<lVisible>
Visibility parameter. See the :create() method.
Return

This method returns self.

Description

The method :configure() reconfigures an XbpHTMLViewer2 object without releasing the system resources that have previously been requested using :create(). This method exists primarily for compatibility with other Xbase Parts. Reconfiguration is not required with XbpHTMLViewer2 objects. Instead, all properties of the object can be manipulated dynamically after method :create() has been executed.

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.