FMX.Platform.IFMXSystemInformationService.GetScrollingBehaviour

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetScrollingBehaviour: TScrollingBehaviours;

C++

virtual TScrollingBehaviours __fastcall GetScrollingBehaviour() = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXSystemInformationService


Description

Déclare la méthode permettant de récupérer les options du comportement de défilement.

Les implémentations de GetScrollingBehaviour renvoient l'ensemble des options du comportement de défilement TScrollingBehaviour (BoundsAnimation, Animation, TouchTracking et AutoShowing) supportées sur la plate-forme spécifiée.

Les informations relatives au comportement de défilement sont utilisées dans les classes gérant les zones défilables, par exemple dans TScrollBox ou TCustomListView.

Voir aussi