FMX.Layouts.TFramedScrollBox.Content

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Content: TScrollContent read FContent;

C++

__property Content;

Properties

Type Visibility Source Unit Parent
property public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFramedScrollBox

Description

Keeps an object that represents a scrollable content.

FMX.Layouts.TFramedScrollBox.Content inherits from FMX.Layouts.TCustomScrollBox.Content. All content below this line refers to FMX.Layouts.TCustomScrollBox.Content.

Keeps an object that represents a scrollable content.

A TScrollBox object uses a TScrollContent object in order to provide an area onto which you can place any other graphical components. Content keeps this TScrollContent object.

See Also