FMX.StdActns.TCustomValueRange.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChanged; virtual;

C++

virtual void __fastcall DoChanged();

Properties

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

Description

This virtual method fires the OnChanged event.

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

See Also