FMX.Text.ITextActions.GoToTextEnd
Delphi
procedure GoToTextEnd;
C++
virtual void __fastcall GoToTextEnd() = 0 ;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| procedure function | public | FMX.Text.pas FMX.Text.hpp | FMX.Text | ITextActions | 
Beschreibung
Positioniert den Textcursor an das Textende.
Implementieren Sie GoToTextEnd, um zum Ende des aktuellen Textes zu wechseln.