Vcl.ComCtrls.TCustomRichEdit.SetCaretPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCaretPos(const Value: TPoint); override;

C++

virtual void __fastcall SetCaretPos(const System::Types::TPoint &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

Description

Sets the cursor position in the text.

SetCaretPos is the write implementation of the CaretPos property.

Value is the new position of the text cursor.

See Also