iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > Borland Delphi Support > Parsing a Message |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
To parse a message, ParseMessage should be invoked. If it successfully recognizes and parses a message, it will invoke one of the OnMessage events. If a parsing error occurs, the OnParseError event will be invoked by the engine if you created this event. If not, the parsing error will simply be logged.
This list gives the order of execution which Chameleon uses to parse messages.
The following code fragment gives a idea of what a typical message event would look like:
|