API:FMX.TextLayout.TTextRange

De RAD Studio API Documentation
Aller à : navigation, rechercher

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() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout FMX.TextLayout

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !