FMX.ComboTrackBar.TComboTrackBar.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Single read GetValue write SetValue stored ValueStored nodefault;

C++

__property float Value = {read=GetValue, write=SetValue, stored=ValueStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.ComboTrackBar.pas
FMX.ComboTrackBar.hpp
FMX.ComboTrackBar TComboTrackBar

Description

Contains the default number displayed by this edit control.

Change the Value property of this edit control in order to change the number displayed.

See Also