ToolsAPI.Editor.INTACodeEditorOptions280.GetBackgroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBackgroundColor(Kind: TOTASyntaxCode): TColor;

C++

virtual System::Uitypes::TColor __fastcall GetBackgroundColor(Toolsapi::TOTASyntaxCode Kind) = 0 ;

Properties

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

Description

GetBackgroundColor is the getter method for the BackgroundColor property.

Customize font, color, size, and more aspects of the Code Editor Options.

See Also