ToolsAPI.Editor.INTACodeEditorOptions280.GetGutterWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGutterWidth: Integer;

C++

virtual int __fastcall GetGutterWidth() = 0 ;

Properties

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

Description

GetGutterWidth is the getter method for the GutterWidth property.

Read the horizontal size of the gutter in pixels.

See Also