FMX.Edit.Style.TStyledEdit.FLastKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FLastKey: Word;

C++

System::Word FLastKey;

Properties

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

Description

Used internally to store the last key you pressed.

Do not use the FLastKey field in applications.

See Also