FMX.Layouts.TScrollCalculations.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TPersistent); override;

C++

__fastcall virtual TScrollCalculations(System::Classes::TPersistent* AOwner);

Properties

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

Description

Constructs a TScrollCalculations type object and initializes its data.

Create checks whether the specified AOwner owner is an object of the TScrollBox type and raises an exception if AOwner does not belong to TScrollBox.

Create calls the inherited TAniCalculations.Create constructor and then stores the TScrollBox owner (specified in the AOwner parameter) of the created TScrollCalculations object in the ScrollBox property.

See Also