FMX.Memo.Style.TEditAction

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

Delphi

TEditAction = record

C++

struct DECLSPEC_DRECORD TEditAction
{
public:
    Fmx::Memo::Types::TActionType ActionType;
    bool PairedWithPrev;
    int StartPosition;
    System::UnicodeString DeletedFragment;
    int Length;
    bool Typed;
    bool WasSelected;
    bool CaretMoved;
};

プロパティ

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


説明

Style.TEditAction は、挿入または削除オペレーションを記述します。

Style.TEditAction を使用すると、挿入または削除オペレーションを記述することができます。

Style.TEditAction オブジェクトは ActionTypeStartPosition のように情報を保持しており、それらはオペレーションを元に戻すために Style.TEditActionStack で必要となります。

関連項目