TXmlScanner
TCommentEvent = PROCEDURE (Sender : TObject; Comment : STRING) OF OBJECT;
PROPERTY OnComment : TCommentEvent READ FOnComment WRITE FOnComment;
Is called whenever the Execute method has parsed a comment.
| Sender | The TXmlScanner instance which triggers the event |
| Comment | The comment |