FMX.StdActns.TCustomValueRange.DoTrackingChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTrackingChange; virtual;

C++

virtual void __fastcall DoTrackingChange();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TCustomValueRange

Description

This virtual method fires the OnTrackingChange event.

In descendant classes, you can override this method to provide specific actions instead of calling an assigned OnTrackingChange event handler.

See Also