ToolsAPI.Editor.INTACodeEditorEvents370.EditorSetCaretPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditorSetCaretPos(const Editor: TWinControl; X, Y: Integer);

C++

virtual void __fastcall EditorSetCaretPos(Vcl::Controls::TWinControl* const Editor, int X, int Y) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor INTACodeEditorEvents370

Description

Notifies when the caret position changes in the editor.

The following are the available parameters:

  • Editor: The editor control where the caret moved.
  • X: New column position of the caret.
  • Y: New line position of the caret.

See Also