RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDOMVendorList.Add Method

Adds a new DOM implementation to the end of the list.

Pascal
procedure Add(const Vendor: TDOMVendor);
C++
__fastcall Add(const TDOMVendor Vendor);

Call Add to add a DOM vendor to the end of the list.  

Vendor is an object that provides access to the IDOMImplementation interface for the new DOM vendor. 

If the list already includes a DOM vendor with the same description as that supplied by Vendor, Add raises an exception. 

 

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