FMX.Memo.Style.TEditAction.Typed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Typed: Boolean;

C++

bool Typed;

Properties

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

Description

Specifies if the text was inserted typing the keyboard.

The Boolean Typed field specifies whether or not the text was inserted typing the keyboard.

See Also