TTMSFNCCustomCloudGoogleLookup Class
Base class that queries the search suggestion service for text-based autocomplete results. Descendants expose the lookup functionality as a component.
API unit family: TMSFNCCloudGoogleLookup
Inherits from: TTMSFNCSimpleCloudOAuth
Syntax
TTMSFNCCustomCloudGoogleLookup = class(TTMSFNCSimpleCloudOAuth)
Methods
| Name | Description |
|---|---|
| Lookup | Sends an asynchronous suggestion request for the supplied text. The resulting suggestions are reported through OnLookup. |
Events
| Name | Description |
|---|---|
| OnLookup | Occurs when a Lookup request completes and the suggestion list is available. |