API: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

Links an action to a client (generic control).

FMX.StdActns.TValueRangeActionLink inherits from FMX.Controls.TControlActionLink. All content below this line refers to FMX.Controls.TControlActionLink.

Links an action to a client (generic control).

TControlActionLink is designed to link actions to clients (generic controls) that descend from TControl. TControlActionLink inherits his behavior from TActionLink and TBasicActionLink.

TControlActionLink keeps the action in the Action property and the linked control in the Client property.

TControlActionLink defines methods supporting the linking of the action's properties and events with properties and events of the linked control. The TControlActionLink methods determine whether the action propagates values of its properties to the values of the corresponding properties of the linked control. Most properties and events of the action and client have the same names: Caption, Enabled, Hint, Visible.

Use TControlActionLink as a base class when creating an action link class that targets a more specific client controls.

See Also