FMX.StdActns.TCustomValueRange.IsChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsChanged: boolean read FIsChanged;

C++

__property bool IsChanged = {read=FIsChanged, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TCustomValueRange

Description

Handles whether some properties have been changed, but values are still not recalculated.

See Also