TAutoCompleteEvent Event Type
Signature for an event that fires while auto-completion is evaluating the word being typed.
API unit family: TMSFNCRichEditor
Parameters
| Name | Description |
|---|---|
Sender |
The component that raises the event. |
WordBefore |
The partial word immediately before the caret. |
WordsBefore |
The text of the preceding words, used as additional context. |
ACompletion |
The suggested completion; set this parameter to provide or override the suggestion. |