FMX.ComboTrackBar.Style.TStyledComboTrackBar.ActionChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ActionChange(Sender: TBasicAction; CheckDefaults: Boolean); override;

C++

virtual void __fastcall ActionChange(System::Classes::TBasicAction* Sender, bool CheckDefaults);

Properties

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

Description

Specifies the behavior of a TComboTrackBar control when Action changes.

ActionChange calls the inherited TControl.ActionChange method and then uses the Action property to set the TrackBar.Action action for the TrackBar control of TComboTrackBar.

Do not call ActionChange explicitly in an application. It is for internal use.

See Also