FMX.StdCtrls.TScrollBar.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.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TScrollBar

Description

Specifies the current value of this scroll bar.

Set or get Value to specify or obtain the current value of this scroll bar. You can set Value programmatically or visually, at run time, with any value within the interval delimited by Min and Max.

See Also