TCHMdynamicEngine Component
Methods Events
This class implements a dynamic version of the Engine that allows the message tables to be explored dynamically rather than relying on stubcode.

Unit
CHM

Declaration
TCHMdynamicEngine = class(TCHMcustomEngine)

Description
This is required because TCHMcustomEngine has abstract methods. See http://www.interfaceware.com/manual/delphi_dynamic_interface.html for more information.

Introduced Methods
ParseMessage This method will trigger the OnParseMessage event.
ParseMessageDynamically Dynamically parse a message.

Introduced Public Events
OnParseMessage Triggered every time a message is parsed.


Chameleon Delphi Documentation