Method XbpActiveXControl():configure() Foundation

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

Syntax
:configure( [<oParent>]   , [<oOwner>], ;
            [<aPos>]      , [<aSize>] , ;
            [<aPresParam>], [<lVisible>] ) --> self
Parameters
<...>
The parameter list for :configure() is identical to the parameter list of the methods :create() and :new() (see the :new()method for descriptions of these parameters).
Return

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

Description

The method :configure() reconfigures an XbpActiveXControl 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 generally not required with XbpActiveXControls. Instead, all properties of the object can be manipulated dynamically after method :create() is 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.