FMX.ComboTrackBar.Style.TStyledComboTrackBar.DoActionClientChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoActionClientChanged; override;

C++

virtual void __fastcall DoActionClientChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ComboTrackBar.Style.pas
FMX.ComboTrackBar.Style.hpp
FMX.ComboTrackBar.Style TStyledComboTrackBar

Description

Provides the actions to be executed after the ActionClient has changed.

DoActionClientChanged is called automatically after the value of the ActionClient property has changed.

See Also