API:FMX.StdActns.TCustomValueRangeAction

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TCustomControlActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentTCustomValueRangeAction

Delphi

TCustomValueRangeAction = class (TCustomControlAction)

C++

class PASCALIMPLEMENTATION TCustomValueRangeAction : public Fmx::Controls::TCustomControlAction

Properties

Type Visibility Source Unit Parent
class public
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns FMX.StdActns

Description

TCustomControlAction is the base class for the actions that can be associated with some of the controls.

FMX.StdActns.TCustomValueRangeAction inherits from FMX.Controls.TCustomControlAction. All content below this line refers to FMX.Controls.TCustomControlAction.

TCustomControlAction is the base class for the actions that can be associated with some of the controls.

You can add a control action to a control by setting the Action property of the control, if it is supported. In the Object Inspector choose New Standard Action > No Category > TControl Action for the Action property.

See Also