FMX.Text.TTextService.GetCaretPostion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCaretPostion: TPoint; virtual; abstract;

C++

virtual System::Types::TPoint __fastcall GetCaretPostion(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
FMX.Text.pas
FMX.Text.hpp
FMX.Text TTextService

Description

Getter for the CaretPosition property.

GetCaretPostion is implemented by descendants of TTextService to get the value of the CaretPosition property.

See Also