FMX.Platform.IFMXSystemInformationService.GetScrollingBehaviour

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetScrollingBehaviour: TScrollingBehaviours;

C++

virtual TScrollingBehaviours __fastcall GetScrollingBehaviour() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXSystemInformationService


説明

スクロール動作のオプションを抽出するメソッドを宣言します。

GetScrollingBehaviour の実装では、特定のプラットフォームでサポートされている、TScrollingBehaviour スクロール動作のオプションのセット(BoundsAnimationAnimationTouchTrackingAutoShowing)を返します。

スクロール動作情報は、スクロール可能な領域(たとえば、TScrollBoxTCustomListView など)で使用されます。

関連項目