API:FMX.Memo.Types.TFragmentDeleted

提供:RAD Studio API Documentation

Delphi

TFragmentDeleted = record

C++

struct DECLSPEC_DRECORD TFragmentDeleted
{
public:
    int StartPos;
    System::UnicodeString Fragment;
    bool Selected;
    bool CaretMoved;
    static TFragmentDeleted __fastcall Create(const int StartPos, const System::UnicodeString Fragment, const bool Selected, const bool CaretMoved);
};

プロパティ

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

説明

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