FMX.StdActns.TCustomValueRange.OnChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChanged: TNotifyEvent read FOnChanged write FOnChanged;

C++

__property System::Classes::TNotifyEvent OnChanged = {read=FOnChanged, write=FOnChanged};

Properties

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

Description

This event is fired after a value of any ValueRange property has changed.

The OnChanged event is fired independently from the Tracking value, after a value of any of the ValueRange properties (Value, Min, Max, ViewportSize, and Frequency) has changed.

See Also