ToolsAPI.Editor.INTACodeEditorOptions280.FontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FontColor[Kind: TOTASyntaxCode]: TColor read GetFontColor;

C++

__property System::Uitypes::TColor FontColor[Toolsapi::TOTASyntaxCode Kind] = {read=GetFontColor};

Properties

Type Visibility Source Unit Parent
property public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor INTACodeEditorOptions280

Description

Determines the font color for text in the Code Editor.

The FontColor property specifies the font color used for text showing in the Code Editor Options.

See Also