FMX.Platform.IFMXSystemInformationService.GetScrollingBehaviour
Delphi
function GetScrollingBehaviour: TScrollingBehaviours;
C++
virtual TScrollingBehaviours __fastcall GetScrollingBehaviour(void) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.Platform.pas FMX.Platform.hpp |
FMX.Platform | IFMXSystemInformationService |
説明
スクロール動作のオプションを抽出するメソッドを宣言します。
GetScrollingBehaviour の実装では、特定のプラットフォームでサポートされている、TScrollingBehaviour スクロール動作のオプションのセット(BoundsAnimation、Animation、TouchTracking、AutoShowing)を返します。
スクロール動作情報は、スクロール可能な領域(たとえば、TScrollBox や TCustomListView など)で使用されます。