FMX.InAppPurchase.TProduct.Price

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Price: Double read FPrice;

C++

__property double Price = {read=FPrice};

Properties

Type Visibility Source Unit Parent
property public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TProduct

Description

Cost of the product in the currency of the current device.

See Also