Method XbpHelpLabel():create() Foundation

Requests system resources for the XbpHelpLabel object.

Syntax
:create( [<cnRefID>] ) --> self
Parameters
<cnRefID>
The <cnRefID> parameter passed to :create() is identical to the parameter passed to the :new() method. See the :new()method for a description of this parameter.
Return

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

Description

Executing the method :create() is important in the life cycle of each XbpHelpLabel object. After an XbpHelpLabel object is instantiated, the object exists but is not yet operational. System resources must be requested from the operating system for the object to become fully functional. This is done using the method :create(). This method has the same parameter list as the method :new().

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.