Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
XML in Delphi Part 1
Rating: 3.8 out of 5(9 ratings)
44 students

XML in Delphi Part 1

Create, read, and process XML with Delphi using TXMLDocument
Last updated 8/2017
English

What you'll learn

  • Be able to use TXMLDocument
  • Create, Modify, and Save XML Data

Course content

3 sections15 lectures1h 42m total length
  • Introduction1:08

    Discover how to manipulate XML data in Delphi with the dx document component, the primary tool for XML handling, while noting that namespaces and internal plumbing are not covered.

Requirements

  • Access to a copy of Delphi

Description

Handling XML in Delphi can be tricky, and the primary tool to do this is the TXMLDocument component, which is not the most friendly tool to use. However, in this video, we strip away all the confusion and look at both producing and consuming XML. You will learn how to create XML files in a straightforward manner and also how to read and process XML. We look at several ways of doing this, both when the structure of the file is known and unknown. We then look at some methods for manipulating the structure of XML files. Delphi XE3 is used throughout, and we build our example code using the FireMonkey framework (the examples are simple enough to translate into the VCL). The video is over an hour and a half long, and anyone with a basic (or better) understanding of Delphi should be able to follow.

Whether you're just starting out or brushing up, this hands-on guide is tailored for developers with a basic or better grasp of Delphi. By the end, you’ll be equipped to tackle real-world XML tasks with ease.

While this was recorded with Delphi XE3, the code will work exactly the same in any more recent version of Delphi.

Who this course is for:

  • Delphi developers who want to use XML in their Applictions