ToolsAPI.Editor.INTACodeEditorEvents.EditorScrolled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditorScrolled(const Editor: TWinControl;
const Direction: TCodeEditorScrollDirection);

Properties

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

Description

Returns the editor and the direction where the scroll occurs.

To enable this method, you should add cevWindowEvents in AllowedEvents result.

See Also