FMX.Layouts.TCustomScrollBox.OnVScrollChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnVScrollChange: TNotifyEvent read FOnVScrollChange write FOnVScrollChange;

C++

__property System::Classes::TNotifyEvent OnVScrollChange = {read=FOnVScrollChange, write=FOnVScrollChange};

Propriétés

Type Visibilité  Source Unité  Parent
event public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox


Description

Se déclenche lorsque la valeur de la barre de défilement verticale a été modifiée.

Cet événement ne se déclenche pas lorsque la position de défilement change dans l'affichage (c'est-à-dire lorsque la valeur deViewportPosition est modifiée).

Voir aussi