FMX.Layouts.TScrollCalculations.ScrollBox

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

Delphi

property ScrollBox: TCustomScrollBox read FScrollBox;

C++

__property TCustomScrollBox* ScrollBox = {read=FScrollBox};

プロパティ

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


説明

TScrollCalculations オブジェクトの TScrollBox の所有者を保持します。

TScrollBox 所有者は、Create コンストラクタの AOwner パラメータで指定されます。

関連項目