FMX.Layouts.TScrollBox.Content

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Content: TScrollContent read FContent;

C++

__property Content;

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TScrollBox

説明

スクロール可能なコンテンツを表すオブジェクトを保持しています。

FMX.Layouts.TScrollBox.Content は FMX.Layouts.TCustomScrollBox.Content を継承しています。以下の内容はすべて FMX.Layouts.TCustomScrollBox.Content を参照しています。

スクロール可能なコンテンツを表すオブジェクトを保持しています。

TScrollBox オブジェクトは TScrollContent オブジェクトを使用して、ユーザーが他のグラフィカル コンポーネントを配置できる領域を提供します。Content は、この TScrollContent オブジェクトを保持します。

関連項目