Vcl.ComCtrls.TCustomRichEdit.GetCaretPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCaretPos: TPoint; override;

C++

virtual Winapi::Windows::TPoint __fastcall GetCaretPos();

Properties

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

Description

Returns the cursor position.

GetCaretPos is the read implementation of the CaretPos property.

See Also