FMX.Edit.Style.TSelectionMode
Delphi
TSelectionMode = (None, TextSelection, CursorPosChanging);
C++
enum class DECLSPEC_DENUM TSelectionMode : unsigned char { None, TextSelection, CursorPosChanging, smNone _DEPRECATED_ATTRIBUTE3("Use TSelectionMode.None")  = 0x0, smTextSelection _DEPRECATED_ATTRIBUTE3("Use TSelectionMode.TextSelection")  = 0x1, smCursorPosChanging _DEPRECATED_ATTRIBUTE3("Use TSelectionMode.CursorPosChanging")  = 0x2 };
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| enum | public | FMX.Edit.Style.pas FMX.Edit.Style.hpp  | 
        FMX.Edit.Style | FMX.Edit.Style | 
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.