FMX.InAppPurchase.TDownloadLengths

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDownloadLengths = array of Int64;

C++

typedef System::DynamicArray<__int64> TDownloadLengths;

Properties

Type Visibility Source Unit Parent
array
typedef
public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase FMX.InAppPurchase

Description

Represents a list of sizes of the downloadable files of a product.

See Also