FMX.Layouts.TCustomScrollBox.Content
Delphi
property Content: TScrollContent read FContent;
C++
__property TScrollContent* Content = {read=FContent};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TCustomScrollBox |
Description
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.