FMX.StdActns.TCustomValueRange.Changing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Changing: boolean read FChanging;

C++

__property bool Changing = {read=FChanging, nodefault};

Properties

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

Description

This property identifies that the TCustomValueRange type object is recalculating property values.

See Also