Vcl.WindowsStore.TWindowsStore.GetConsumableBalanceRemaining

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetConsumableBalanceRemaining(const AStoreProduct: IStoreProduct)

C++

Winapi::Commontypes::_di_IStoreConsumableResult __fastcall GetConsumableBalanceRemaining(const Winapi::Commontypes::_di_IStoreProduct AStoreProduct);

Properties

Type Visibility Source Unit Parent
function public
Vcl.WindowsStore.pas
Vcl.WindowsStore.hpp
Vcl.WindowsStore TWindowsStore

Description

Gets the remaining balance for the specified consumable add-on for the current app.

Use consumable add-ons for items that can be purchased, used, and purchased again.

This is useful for in-game currency (gold, coins, etc.) that can be purchased and used to purchase specific power-ups.