TXmlScanner
PROCEDURE LoadFromFile (Filename : STRING);
Loads the given file into the internal buffer of TXmlScanner. If you specify an unknown filename, the internal buffers will be cleared and a subsequent call to Execute will do nothing.
| Filename | The name of the XML file to read in |
LoadFromBuffer, SetBuffer, Filename property