FMX.Layouts.TCustomScrollBox.VScrollChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure VScrollChange; virtual;

C++

virtual void __fastcall VScrollChange();

Properties

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

Description

Internally called when the vertical scroll bar changes position. Do not call VScrollChange in applications.

See Also