FMX.Platform.IFMXSystemInformationService.GetScrollingBehaviour

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetScrollingBehaviour: TScrollingBehaviours;

C++

virtual TScrollingBehaviours __fastcall GetScrollingBehaviour() = 0 ;

Properties

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

Description

Declares the method to retrieve the scrolling behavior options.

Implementations of GetScrollingBehaviour return the set of the TScrollingBehaviour scrolling behavior options (BoundsAnimation, Animation, TouchTracking, and AutoShowing) supported on the particular platform.

Scrolling behavior information is used in classes managing scrollable areas, for example in TScrollBox or TCustomListView.

See Also