FMX.Edit.Style.TSelectionMode

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
enum public
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style FMX.Edit.Style

Description

Embarcadero Technologies does not currently have any additional information.