API:FMX.Memo.Types.TFragmentInserted

De RAD Studio API Documentation

Delphi

TFragmentInserted = record

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

Propriétés

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

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 !