ParseMessageDynamically method |
Applies to
TCHMdynamicEngine
Declaration
function ParseMessageDynamically(MessageData: string; MessageTable: TCHMcustomMessage): Integer;
Description
Allows the user to parse a message without invoking virtual methods in stubcode. This is useful for auto-acknowledgment.
An important thing to note is that you must first create a new TCHMdynamicMessage object before calling this function.
If successful the MessageTable object will be populated with data from the message. The function returns the index number of the message.
See http://www.interfaceware.com/manual/delphi_dynamic_interface.html for more information.
|