API:FMX.Memo.Style.TEditAction

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

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 !