FMX.Layouts.TCustomScrollBox.ContentLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentLayout: TControl read FContentLayout;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

Description

Protected read-only property that specifies the content layout of this scroll box.

See Also