API:FMX.TextLayout.TTextRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TTextRange = record
    Pos: Integer;
    Length: Integer;
    constructor Create(APos, ALength: Integer);
  end;

C++

struct DECLSPEC_DRECORD TTextRange
{
public:
    int Pos;
    int Length;
    __fastcall TTextRange(int APos, int ALength);
    TTextRange() {}
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!