FMX.StdActns.TValueRangeAction

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdActns.TCustomValueRangeActionFMX.Controls.TCustomControlActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionTValueRangeAction

Delphi

TValueRangeAction = class (TCustomValueRangeAction)

C++

class PASCALIMPLEMENTATION TValueRangeAction : public TCustomValueRangeAction

Properties

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

Description

Class that can be used by controls having ValueRange-type properties.

The ValueRange property keeps information about the authorized ranges of floating-point values. See the TCustomValueRange class.

For example, the ValueRange property is used in the TCustomTrack and TCustomEditBox classes.

These are some important properties of TValueRangeAction: AutoCheck, Text, Checked, Enabled, GroupIndex, HelpContext, HelpKeyword, HelpType, SecondaryShortCuts, ShortCut, Visible, UnsupportedArchitectures, UnsupportedPlatforms, PopupMenu, ValueRange, OnExecute, OnUpdate.

See Also