FMX.ScrollBox.TCustomPresentedScrollBox.InViewRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox

Description

Scrolls the content to the rectangle defined in ARect.

See Also