FMX.Text.ITextActions.GoToTextBegin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GoToTextBegin;

C++

virtual void __fastcall GoToTextBegin() = 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 beginning.

Implement GoToTextBegin in order to move to the beginning of the current text.

See Also