FMX.Platform.TScrollingBehaviours

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TScrollingBehaviours = set of TScrollingBehaviour;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
set
typedef
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Beschreibung

Legt die aktuell aktiven Optionen für das Bildlaufverhalten fest.

Unterstützte Optionen für das Bildlaufverhalten sind in TScrollingBehaviour definiert: BoundsAnimation, Animation, TouchTracking und AutoShowing.

Mit GetScrollingBehaviour ermitteln Sie die TScrollingBehaviours-Menge der Optionen für das Bildlaufverhalten, die auf der aktuellen Plattform aktiv sind.

Siehe auch