FMX.ScrollBox.TCustomPresentedScrollBox.ContentLayout

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ContentLayout: TControl read GetContentLayout;

C++

__property Fmx::Controls::TControl* ContentLayout = {read=GetContentLayout};

Eigenschaften

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


Beschreibung

Gibt das Steuerelement aus dem Stil zurück, der den Bildlaufinhalt kapselt.

ContentLayout wird intern von Methoden zum Abrufen der Liste der Komponenten im Bildlauffeld verwendet und repräsentiert das übergeordnete Objekt für all diese Komponenten.

Siehe auch