FMX.Layouts.TCustomScrollBox.VScrollBarValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VScrollBarValue: Single;

C++

float __fastcall VScrollBarValue();

Properties

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

Description

Returns the position of the vertical scroll bar.

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

See Also