FMX.Platform.TScrollingBehaviours

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TScrollingBehaviours = set of TScrollingBehaviour;

C++

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

Properties

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

Description

Defines the currently active scrolling behavior options.

Supported scrolling behavior options are defined in TScrollingBehaviour: BoundsAnimation, Animation, TouchTracking, and AutoShowing.

Use GetScrollingBehaviour to retrieve the TScrollingBehaviours set of the scrolling behavior options active under the current platform.

See Also