FMX.StdCtrls.TArcDial.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.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TArcDial

Description

Specifies the behavior of a TArcDial control when Action changes.

Depending on the CheckDefaults value, ActionChange uses the TValueRangeAction.ValueRange property of the Sender action to set the new value to the ValueRange property of TArcDial. Then ActionChange calls the inherited TControl.ActionChange method.

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

See Also