ToolsAPI.Editor.INTACodeEditorEvents.EditorUnElided

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Fires a notification when a line in the Code Editor is unelided (i.e., untruncated).

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

See Also