FMX.Platform.TScrollingBehaviours
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 に定義された BoundsAnimation、Animation、TouchTracking、および AutoShowing です。
GetScrollingBehaviour を使用すると、現在のプラットフォームにおいてアクティブなスクロール動作オプションのセット TScrollingBehaviours を取得することができます。