LookUp Method of the VendorRecords Object
This method returns the results of a full-text search in the vendor database. The search string can include company name or address.
Syntax
Visual Basic .NET
Function LookUp(Query As String) As LookUpResult
C++
HRESULT LookUp( BSTR Query, ILookUpResult** Result );
Parameters
- Query
- [in] A search string with the company name or address.
- Result
- [out, retval] A pointer to ILookUpResult* pointer variable that receives the interface pointer of the output LookUpResult object.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30