ToolsAPI.Editor.INTACodeEditorEvents.EditorElided

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditorElided(const Editor: TWinControl; const LogicalLineNum: Integer);

C++

virtual void __fastcall EditorElided(Vcl::Controls::TWinControl* const Editor, const int LogicalLineNum) = 0 ;

Properties

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

Description

Notifies when a line in the Code Editor is elided (i.e., truncated).

To get notifications from the EditorElided method you should add cevWindowEvents in the AllowedEvents result.

Use this class' methods to enable and configure notifications when the user performs different actions on the Code Editor, such as mouse clicking, resizing, repainting, etc.

See Also