RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDOMVendorList.Find Method

Returns a vendor from the list, given its description.

Pascal
function Find(const VendorDesc: string): TDOMVendor;
C++
__fastcall TDOMVendor Find(const AnsiString VendorDesc);

Call Find to access a vendor in the list, given its description. If there is no vendor in the list with the specified description, Find returns nil (Delphi) or NULL (C++). 

VendorDesc is the string that is returned by the TDOMVendor object's Description method. 

Find returns a TDOMVendor object, which can be used as a value for the DOMVendor property of a TXMLDocument component. 

 

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