FMX.Memo.Style.TEditAction.WasSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

WasSelected: Boolean;

C++

bool WasSelected;

Properties

Type Visibility Source Unit Parent
field public
FMX.Memo.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TEditAction

Description

Specifies if the removed text was selected or not.

The Boolean WasSelected field specifies whether or not the removed text was selected.

See Also