Xml.xmldom.TDOMVendorList.Count

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Count: Integer;

C++

int __fastcall Count();

Properties

Type Visibility Source Unit Parent
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom TDOMVendorList

Description

Returns the number of DOM vendors in the collection.

Call Count to determine the number of DOM implementations stored in the list. Count returns a value that can be used as an upper bound when iterating over the vendors using the Vendors property.

Count increases when the Add method adds a vendor to the list and decreases when the Remove method removes a vendor from the list.

See Also