FMX.Platform.TScrollingBehaviours

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TScrollingBehaviours = set of TScrollingBehaviour;

C++

typedef System::Set<TScrollingBehaviour, _DELPHI_SET_ENUMERATOR(TScrollingBehaviour::BoundsAnimation), _DELPHI_SET_ENUMERATOR(TScrollingBehaviour::AutoShowing)> TScrollingBehaviours;

Propriétés

Type Visibilité  Source Unité  Parent
set
typedef
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Description

Définit les options de comportement de défilement actuellement actives.

Les options de comportement de défilement supportées sont définies dans TScrollingBehaviour : BoundsAnimation, Animation, TouchTracking et AutoShowing.

Utilisez GetScrollingBehaviour pour extraire l'ensemble TScrollingBehaviours des options de comportement de défilement actives sur la plate-forme en cours.

Voir aussi