forked from Embarcadero/OTAPI-Docs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTACodeInsightUIOverride
chuacw edited this page Feb 7, 2023
·
1 revision
Suppose CodeInsightManager is an implementation of IOTACodeInsightManager100.
Then, by implementing this interface, CodeInsightManager is able to tell the IDE when GoToDefinition is valid for any location in a file that is handled by CodeInsightManager.
Up to Parent: IInterface
| Method | Description |
|---|---|
| EnableGotoDefinition | Called when the IDE is determining whether to call goto definition or not. Changing the value of AEnabled will override the default calculations of the IDE. |
| EnableTooltip | Called when the IDE is determining whether to call Tooltip or not. Changing the value of AEnabled will override the default calculations of the IDE. |
| Property | Description |
|---|---|
| There are no properties. |