FMX.Text.ITextInput.GetTargetClausePointF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTargetClausePointF: TPointF;

C++

virtual System::Types::TPointF __fastcall GetTargetClausePointF() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Text.pas
FMX.Text.hpp
FMX.Text ITextInput

Description

Implement it in order to return a TPointF representing the coordinates of the lower-right end location of the text held by this control.

See Also