FMX.Layouts.TCustomScrollBox.GetContentBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentBounds: TRectF;

C++

System::Types::TRectF __fastcall GetContentBounds();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

Description

Returns the boundaries of the rectangle that defines the scrolling area. The result value is of type TRectF.

See Also