ToolsAPI.Editor.INTACodeEditorOptions280.GetRightMarginChars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRightMarginChars: Integer;

C++

virtual int __fastcall GetRightMarginChars() = 0 ;

Properties

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

Description

GetRightMarginChars is the getter method for the RightMarginChars property.

Returns the right margin in characters.

See Also