Method XbpPartHandler():create() Foundation

Requests system resources.

Syntax
:create( [<oParent>], [<oOwner>] ) --> self
Return

This method returns the object executing the method.

Description

After the :init() method is called, the instance variables are initialized but the system resources have not yet been allocated. The system resources are requested using the method :create() which can also optionally specify the parent and the owner (see the :init() method for a description of these parameters). The method :create() is part of the life cycle of Xbase Parts. It must always be called after :init() and before the Xbase Part is used.

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.