ToolsAPI.Editor.TCodeEditorCellState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCodeEditorCellState = (
eceSelected,
eceHotLink,
eceHotLinkable,
eceSyncEditBackground,
eceSyncEditSearch,
eceSyncEditMatch,
eceSearchMatch,
eceExtraMatch,
eceBraceMatch,
eceHint,
eceWarning,
eceError,
eceDisabledCode,
eceFoldBox
);

C++

enum DECLSPEC_DENUM TCodeEditorCellState : unsigned char { eceSelected, eceHotLink, eceHotLinkable, eceSyncEditBackground, eceSyncEditSearch, eceSyncEditMatch, eceSearchMatch, eceExtraMatch, eceBraceMatch, eceHint, eceWarning, eceError, eceDisabledCode, eceFoldBox };

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.