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

Inhalt der ScrollBox.

Enthält Steuerelemente, die sich in der TScrollBox befinden. Content enthält kein Stilobjekt und keine Animations- oder Effektobjekte.

Siehe auch