API:FMX.Memo.Types.TFragmentInserted

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TFragmentInserted = record
    StartPos: Integer;
    FragmentLength: Integer;
    PairedWithPrev: Boolean;
    Typed: Boolean;
  public
    class function Create(const StartPos, FragmentLength: Integer;
      const PairedWithPrev, Typed: Boolean): TFragmentInserted; static; inline;
  end;

C++

struct DECLSPEC_DRECORD TFragmentInserted
{
public:
    int StartPos;
    int FragmentLength;
    bool PairedWithPrev;
    bool Typed;
    static TFragmentInserted __fastcall Create(const int StartPos, const int FragmentLength, const bool PairedWithPrev, const bool Typed);
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FMX.Memo.Types.pas
FMX.Memo.Types.hpp
FMX.Memo.Types FMX.Memo.Types

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.