SelectSuggestion - cWebSelectionForm
Selects the suggestion sent by the client
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sSearch | String | Search value from the client request |
Syntax
Procedure SelectSuggestion String sSearch
Call Example
Send SelectSuggestion sSearch
Description
SelectSuggestion is called by the client when a normal suggestion row is selected. It deserializes the selected suggestion from the request data and calls OnSelectSuggestion.
Applications usually augment OnSelectSuggestion instead of calling or augmenting SelectSuggestion directly.
See Also