API:FMX.TextLayout.TTextRange

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

  TTextRange = record
    Pos: Integer;
    Length: Integer;
    constructor Create(APos, ALength: Integer);
    function InRange(const AIndex: Integer): Boolean;
  end;

C++

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout FMX.TextLayout

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。