TTMSFNCMemo.OnGetCodeCompletion Event
Occurs when code-completion suggestions are requested.
API unit family: TMSFNCMemo
Declaring type: TTMSFNCMemo
Inherited from: TTMSFNCCustomMemo
Syntax
OnGetCodeCompletion: TTMSFNCMemoSuggestionEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that raised the event. |
Token |
The token currently being completed. |
CustomCompletionList |
The completion list that can be populated by the handler. |
Position |
The caret position where completion was requested. |