ToolsAPI.Editor.INTACodeEditorOptions280.GetRightMarginVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRightMarginVisible: Boolean;

C++

virtual bool __fastcall GetRightMarginVisible() = 0 ;

Properties

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

Description

GetRightMarginVisible is the getter method for the RightMarginVisible property.

Implement this method to get the boolean value of the RightMarginVisible property.

See Also