FMX.Platform.TScrollingBehaviours

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

Delphi

type TScrollingBehaviours = set of TScrollingBehaviour;

C++

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

プロパティ

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

説明

現在アクティブなスクロール動作オプションを定義します。


サポートされているスクロール動作オプションは、TScrollingBehaviour に定義された BoundsAnimationAnimationTouchTracking、および AutoShowing です。

GetScrollingBehaviour を使用すると、現在のプラットフォームにおいてアクティブなスクロール動作オプションのセット TScrollingBehaviours を取得することができます。

関連項目