search results

  1. Use TXMLDocument to represent an XML document. TXMLDocument can read an existing XML document from a file, it can be associated with an in-memory string that is the ...
    docs.embarcadero.com/.../XMLDoc_​TXMLDocument.html - Cached
  2. Delphi tip: If you need to work with dynamically created TXMLDocument component, you might be getting access violations once you try to Free the object. Here\'s what ...
    delphi.about.com/od/adptips2004/a/​bltip1004_4.htm - Cached
  3. Hi, I\'m trying to create and use an instance of TXMLDocument at runtime. eg. TXMLDocument *XMLDoc; XMLDoc=new TXMLDocument( c:\\\\test.xml ); //c:\\test.xml is a valid ...
    www.experts-exchange.com/Programming/​Languages/CPP/Q...
    More results from experts-exchange.com »
  4. Description. TXMLDocument represents an XML document. Use TXMLDocument to represent an XML document. TXMLDocument can read an existing XML document from a file, it ...
    docwiki.embarcadero.com/.../XE2/en/​Xml.XMLDoc.TXMLDocument - Cached
  5. Description. TXMLDocument represents an XML document. Use TXMLDocument to represent an XML document. TXMLDocument can read an existing XML document from a file, it ...
    docwiki.embarcadero.com/.../XE4/en/​Xml.XMLDoc.TXMLDocument - Cached
  6. L earn how to read and manipulate XML documents with Delphi using the TXMLDocument component. Let\'s see how to extract the most current
    delphi.about.com/od/internetintranet/ss/​xml_rss_read_2.htm - Cached
  7. Hi I\'m developing an application console (a CGI) and I want to open and modify a XML file, but I can\'t open my XML fil e using TXMLDocument: xmlDocRead.LoadFromFile ...
    www.mail-archive.com/delphi@elists.org/​msg00771.html - Cached
  8. Class Description TXMLDocument TXMLDocument contains a pointer to an xmlDoc structure, after the parser returns a tree built during the document analysis.
    root.cern.ch/root/html512/​TXMLDocume nt.html - Cached
  9. Using Delphi 7 Ent I need the code to create the xml file below from scratch, using an TXMLDocument component, created at design time. The code must not use the XML ...
    www.experts-exchange.com/Programming/​Languages/Pascal/...
  10. I\'m new to delphi and now I have to read create an xml. my code is the following: function foo.createXMLDocument(): TXMLDocument; var res: TXMLDocument; rootNode ...
    stackoverflow.com/questions/1532353 - Cached