FMX.TextLayout.TTextRange
Delphi
TTextRange = record
C++
struct DECLSPEC_DRECORD TTextRange
{
public:
    int Pos;
    int Length;
    __fastcall TTextRange(int APos, int ALength);
    bool __fastcall InRange(const int AIndex);
    TTextRange() {}
};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| record struct | public | FMX.TextLayout.pas FMX.TextLayout.hpp | FMX.TextLayout | FMX.TextLayout | 
Beschreibung
Speichert den Textbereich in Membern vom Typ Integer.
Pos gibt die Anfangsposition des Textes an. Length gibt die Länge des Textes an.