FMX.StdActns.TCustomValueRange.AfterChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterChange: TNotifyEvent read FAfterChange write FAfterChange;

C++

__property System::Classes::TNotifyEvent AfterChange = {read=FAfterChange, write=FAfterChange};

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, but only if Tracking = True.

The AfterChange event is fired after a value of any of the ValueRange properties (Value, Min, Max, ViewportSize, and Frequency) has changed, but only if Tracking = True.

See Also