RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDOMVendorList.Remove Method

Removes a specified vendor from the list.

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

Remove removes the specified vendor from the list.  

Vendor is the DOM vendor to remove from the list. If the list does not include a vendor with the same description as this parameter, Remove does nothing. 

 

Count 

Vendors 

Find 

Add 

Description

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!