FMX.Text.ITextActions.GoToTextEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GoToTextEnd;

C++

virtual void __fastcall GoToTextEnd(void) = 0 ;

Properties

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

Description

Moves the text cursor to the text end.

Implement GoToTextEnd in order to move to the end of the current text.

See Also