FMX.Edit.Style.TStyledEdit.FNeedChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FNeedChange: Boolean;

C++

bool FNeedChange;

Properties

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

Description

Used internally to fire OnChange events in various circumstances.

Do not use the FNeedChange field in applications.

See Also