Vcl.StdCtrls.TCustomMemo.SetCaretPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCaretPos(const Value: TPoint); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomMemo

Description

Sets the CaretPos property.

SetCaretPos is the property write access method for the CaretPos property. The CaretPos property returns the coordinates of the cursor. SetCaretPos sets the cursor position to Value.

See Also