Xml.Win.msxmldom.TMSXMLDOMDocumentFactory.TDOMPropertyList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDOMPropertyList = array of TDOMProperty;

C++

typedef System::DynamicArray<TDOMProperty> TDOMPropertyList;

Properties

Type Visibility Source Unit Parent
array
typedef
public
Xml.Win.msxmldom.pas
Xml.Win.msxmldom.hpp
Xml.Win.msxmldom TMSXMLDOMDocumentFactory

Description

Is a dynamic array of TDOMProperty items.

See Also