FMX.ScrollBox.Style.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.ScrollBox.Style.pas
FMX.ScrollBox.Style.hpp
FMX.ScrollBox.Style TScrollCalculations

Description

Constructs a TAniCalculations type object and initializes its data.

FMX.ScrollBox.Style.TScrollCalculations.Create inherits from FMX.InertialMovement.TAniCalculations.Create. All content below this line refers to FMX.InertialMovement.TAniCalculations.Create.

Constructs a TAniCalculations type object and initializes its data.

AOwner is the owner of the created object. Use GetOwner to retrieve this owner.

Create calls BeginUpdate, which sets the value of the UpdateCount property to 1, creates and initializes other basic fields and properties. Create checks whether the IFMXTimerService platform service is supported under the current platform and raises the EUnsupportedPlatformService exception if the IFMXTimerService platform service is not supported.

See Also