TransformMessage method |
Applies to
TCHMcustomEngine
Declaration
function TransformMessage(InMessage: string; InConfigIndex, OutConfigIndex: Cardinal): string;
Description
This function invokes Chameleon's translation logic to take a message of the InConfigIndex flavor and translate it to the OutConfigIndex flavor. The function returns the transformed data.
See http://www.interfaceware.com/manual/transform_message.html for more information.
|