FMX.ScrollBox.TCustomPresentedScrollBox.InViewRect

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

Delphi

procedure InViewRect(const ARect: TRectF; const AAnimated: Boolean = True);

C++

void __fastcall InViewRect(const System::Types::TRectF &ARect, const bool AAnimated = true);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox


説明

ARect で指定された四角形までコンテンツをスクロールします。

関連項目