Share
 
 

Class Initialization Function

The class initialization function for each class is rxInit(). An application that defines a custom class must invoke this function during runtime initialization.

This function is defined automatically by each of the three ACRX_xxx_DEFINE_MEMBERS() macros and performs the following tasks:

  • Registers the custom class
  • Creates the class descriptor object
  • Places the class descriptor object in the class dictionary

If you want to define your own rxInit() function, use the ACRX_DEFINE_MEMBERS() macro.

Was this information helpful?