Show: Delphi
C++
Display Preferences
FMX.Layouts.TScrollBox.VScrollChange
From XE2 API Documentation
Delphi
procedure VScrollChange(Sender: TObject); virtual;
C++
virtual void __fastcall VScrollChange(System::TObject* Sender);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TScrollBox |
Description
Internally called when the vertical scroll bar changes position. Do not call VScrollChange in applications.