ToolsAPI.TOTACodeInsightType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOTACodeInsightType = (citNone, { don't invoke code insight }
citCodeInsight, { perform code completion }
citParameterCodeInsight, { perform parameter completion }
citBrowseCodeInsight, { browse code (CTRL + click) }
citHintCodeInsight); { pop up hints over idents in the editor }

Properties

Type Visibility Source Unit Parent
enum public ToolsAPI.pas ToolsAPI ToolsAPI

Description

Embarcadero Technologies does not currently have any additional information.