FMX.StdCtrls.TScrollBar.ValueRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueRange: TValueRange read GetValueRange write SetValueRange;

C++

__property Fmx::Stdactns::TValueRange* ValueRange = {read=GetValueRange, write=SetValueRange};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TScrollBar

Description

Provides access to the Value value, to its Min and Max boundaries, and to the ViewportSize property.

See Also