Table of Contents

TTMSFNCCloudGoogleLookup Class

Component that performs text-based suggestion lookups. Drop it on a form and call TTMSFNCCustomCloudGoogleLookup.Lookup to retrieve autocomplete suggestions.

API unit family: TMSFNCCloudGoogleLookup Inherits from: TTMSFNCCustomCloudGoogleLookup

Syntax

TTMSFNCCloudGoogleLookup = class(TTMSFNCCustomCloudGoogleLookup)

Methods

Name Description
Lookup Sends an asynchronous suggestion request for the supplied text. The resulting suggestions are reported through OnLookup. (inherited from TTMSFNCCustomCloudGoogleLookup)

Events

Name Description
OnLookup Occurs when a lookup request completes and the suggestion list is available. (inherited from TTMSFNCCustomCloudGoogleLookup)