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. 

 

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