FMX.Layouts.TCustomScrollBox.HScrollBarValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HScrollBarValue: Single;

C++

float __fastcall HScrollBarValue();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

Description

Returns the position of the horizontal scroll bar.

HScrollBarValue returns a value of 0 if the horizontal scroll bar is not required by this scroll box or it is not visible.

See Also