FMX.Edit.Style.TStyledEdit.SelectionMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectionMode: TSelectionMode read FSelectionMode write SetSelectionMode;

C++

__property TSelectionMode SelectionMode = {read=FSelectionMode, write=SetSelectionMode, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style TStyledEdit

Description

Represents the different stages during the text selection.

The different values for SelectionMode are:

  • None
  • TextSelection
  • CursorPosChanging

See Also