REditComboBox.Suggest


public property Suggest

Prototype:

[Read/Write] property Suggest[=szSuggestion]

Description:

Sets the suggestions for the entry. The suggestions are variants that are shown in a box under the REditComboBox with possible variants for the user, matching the current typed text. Suggestions must be provided as a string containing the variants separated by semicolon. To remove the suggestions, just set this property to the empty string.

Return value:

Returns the suggestion string (if any).