FMX.ScrollBox.Style.TStyledCustomScrollBox.Content

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Content: TScrollContent read FContent;

C++

__property Fmx::Scrollbox::TScrollContent* Content = {read=FContent};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
FMX.ScrollBox.Style.pas
FMX.ScrollBox.Style.hpp
FMX.ScrollBox.Style TStyledCustomScrollBox


Beschreibung

Inhalt von TStyledCustomScrollBoxShort.

Content enthält alle Steuerelemente, die sich in der TStyledCustomScrollBox befinden.

Siehe auch