FileSection Object

Applies to TestComplete 15.62, last modified on March 19, 2024

Description

The FileSection object is a successor of Section. It is intended for working with sections and options stored in files. A Section object can be returned by the XML, INI and Binary methods of the Storages object. These methods return the FileSection object for the root section of INI, XML and binary files. In addition to the methods derived from Section, FileSection has two more methods - Save and SaveAs - for saving changes to a file.

Members

Example

To view an example that demonstrates how to use the FileSection object, see Working With XML Files From Scripts.

See Also

Storages Object
Section Object

Highlight search results