FMX.Edit.Style.TStyledEdit.FLastChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FLastChar: System.WideChar;

C++

System::WideChar FLastChar;

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 character typed.

Do not use the FLastChar field in applications.

See Also