FMX.Memo.Types.TFragmentDeleted
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 |
説明
削除されたテキスト断片に関する情報を保持するためのレコードです。