FMX.InAppPurchase.TProduct.LocalizedPrice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LocalizedPrice: string read FLocalizedPrice;

C++

__property System::UnicodeString LocalizedPrice = {read=FLocalizedPrice};

Properties

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

Description

Displays the price version of your application. This price string is in the currency and format of the locale of the current device.

See Also