ToolsAPI.Editor.INTACodeEditorEvents.EditorScrolled
Delphi
procedure EditorScrolled(const Editor: TWinControl;
const Direction: TCodeEditorScrollDirection);
C++
virtual void __fastcall EditorScrolled(Vcl::Controls::TWinControl* const Editor, const TCodeEditorScrollDirection Direction) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | ToolsAPI.Editor.pas ToolsAPI.Editor.hpp |
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.