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.

The :create() method of the base class must be called using SUPER when overriding :create() in a user-defined callback class.

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.