FMX.StdActns.TValueRangeActionLink

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TControlActionLinkFMX.ActnList.TActionLinkSystem.Actions.TContainedActionLinkSystem.Classes.TBasicActionLinkSystem.TObjectTValueRangeActionLink

Delphi

TValueRangeActionLink = class (TControlActionLink)

C++

class PASCALIMPLEMENTATION TValueRangeActionLink : public Fmx::Controls::TControlActionLink

Properties

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

Description

Class responsible for the communication between an action of type TValueRangeAction and a control that implements the IValueRange interface.

See Also