ToolsAPI.Editor.INTACodeEditorEvents.EditorMouseMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditorMouseMove(const Editor: TWinControl; Shift: TShiftState; X, Y: Integer);

Properties

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

Description

Fires an event when the user moves the cursor inside the Code Editor.

See Also