FMX.Layouts.TCustomScrollBox.Content

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

Delphi

property Content: TScrollContent read FContent;

C++

__property TScrollContent* Content = {read=FContent};

プロパティ

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


説明

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

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

関連項目