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 }

C++

enum DECLSPEC_DENUM TOTACodeInsightType : unsigned char { citNone, citCodeInsight, citParameterCodeInsight, citBrowseCodeInsight, citHintCodeInsight };

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.