Open main menu

RAD Studio API Documentation β

ToolsAPI.Editor.INTACodeEditorOptions280.RightMarginVisible

Delphi

property RightMarginVisible: Boolean read GetRightMarginVisible;

C++

__property bool RightMarginVisible = {read=GetRightMarginVisible};

Properties

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

Description

Specifies whether the right margin appears onscreen for the Code Editor Options.

Use the RightMarginVisible property to control the visibility of the right margin.

See Also