FMX.ScrollBox.TCustomPresentedScrollBox.Content

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Content: TScrollContent read FContent;

C++

__property TScrollContent* Content = {read=FContent};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox


Beschreibung

Container, der den bildlauffähigen Inhalt des Bildlauffeldes enthalten kann.

Enthält die im Bildlauffeld platzierten Steuerelemente. Content enthält kein Stilobjekt und keine Animations- oder Effektobjekte.

Siehe auch