FMX.Layouts.TCustomScrollBox.ContentRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ContentRect: TRectF;

C++

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

Properties

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

Description

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

See Also