wpCopiedFromTemplate - Syntax

This instance method is called to allow an object to perform class-specific processing when a new object is created from a template.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;  /*  Pointer to the object on which the method is being invoked. */

wpCopiedFromTemplate(somSelf);


[Back: wpCopiedFromTemplate]
[Next: wpCopiedFromTemplate Parameter - somSelf]