RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDOMVendorList.Count Method

Returns the number of DOM vendors in the collection.

Pascal
function Count: Integer;
C++
__fastcall int Count();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!