Registers a new component with the host framework. Typically you will call this from within Initialise or InitialiseGUI.
Syntax
Parameters
module
Type:
HostModuleHandle
Internally managed handle of the module to register this component under. Calls to Initialise and InitialiseGUI are passed a HostModuleHandle that is created and managed by the framework. Pass this same handle to RegisterComponent. e.g.
Return Value
Type: void
None
Remarks
None
Examples
See Also