Primitive and Manager Classes

Verifying an object class

To verify that an object class works correctly, confirm the following conditions:

 

  • The object class can be instantiated in Builder Xcessory.

    Create an instance of your object. It is advisable to try creating your object as a child of different parents, preferably all those that are allowed.

  • The class name appears correctly in the Resource Editor.

    Verify this manually.

  • The code is output correctly, has the correct include file for C/C++ output, compiles, and runs.

Documentation: