Method XbpPartHandler():status() Foundation
Determines the status of an Xbase Part object.
:status() --> nStatus
This method returns a numeric value indicating the current status of an Xbase Part. Possible return values correspond with #define constants listed in the XBP.CH file. The following values can be returned:
Constant | Description |
---|---|
XBP_STAT_INIT | Xbase Part object is initialized |
XBP_STAT_CREATE | The :create() method was called successfully |
XBP_STAT_FAILURE | The :create() method failed to obtain system resources |
Xbase Part objects can exist in different states during their "life cycle", depending on the methods :create() and :destroy(). The method :status() is used to determine the current status of an Xbase Part.
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.