Tags
Language
Tags
January 2025
Su Mo Tu We Th Fr Sa
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

XML in Delphi Part 1

Posted By: ELK1nG
XML in Delphi Part 1

XML in Delphi Part 1
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 349 MB | Duration: 1h 42m

Create, read, and process XML with Delphi using TXMLDocument

What you'll learn
Be able to use TXMLDocument
Create, Modify, and Save XML Data

Requirements
Access to a copy of Delphi
Description
Handling XML in Delphi can be tricky and the main 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 simple and straight forward manor 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. Length 1.5 Hours

Who this course is for
Delphi developers who want to use XML in their Applictions