FMX.Memo.Types.TFragmentInserted.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.Types.pas
FMX.Memo.Types.hpp
FMX.Memo.Types TFragmentInserted

Description

Indicates if the text was inserted typing the keyboard.

The Boolean Typed field indicates whether or not the text was inserted tying the keyboard.

See Also