ToolsAPI.TOTACodeInsightType

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
ToolsAPI.pas
ToolsAPI.hpp
ToolsAPI ToolsAPI

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !