TTMSFNCMemoCodeCompletion.Insert Method
Inserts a new empty completion item at the specified position.
API unit family: TMSFNCMemo
Declaring type: TTMSFNCMemoCodeCompletion
Syntax
function Insert(Index: Integer): TTMSFNCMemoCodeCompletionItem;
Parameters
| Name | Description |
|---|---|
Index |
Zero-based index at which to insert the new item. |
Returns
The newly created TTMSFNCMemoCodeCompletionItem instance.