Method DllCallback():create() Foundation
Requests resources for the callback object.
Syntax
:create() --> self
Return
This method returns the object executing the method (self).
Description
The method :create() is used to allocate resources which are required for executing the callback. The method may be overloaded in derived callback classes for implementing custom resource management.
:create() is called automatically by the framework and should not be called directly.
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.