FMX.Layouts.TScrollCalculations.ScrollBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScrollBox: TCustomScrollBox read FScrollBox;

C++

__property TCustomScrollBox* ScrollBox = {read=FScrollBox};

Properties

Type Visibility Source Unit Parent
property public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TScrollCalculations

Description

Keeps a TScrollBox owner of the TScrollCalculations object.

The TScrollBox owner is specified in the AOwner parameter of the Create constructor.

See Also