ToolsAPI.Editor.INTACodeEditorEvents.EditorElided

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

Type Visibility Source Unit Parent
procedure public ToolsAPI.Editor.pas 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