TXmlScanner
TContentEvent = PROCEDURE (Sender : TObject; Content : STRING) OF OBJECT;
PROPERTY OnCData : TContentEvent READ FOnCData WRITE FOnCData;
Is called whenever the Execute method has parsed a CDATA section.
| Sender | The TXmlScanner instance which triggers the event |
| Content | The text content of the CDATA section. |