FMX.InAppPurchase.TCustomInAppPurchase.CanMakeInAppPurchases

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanMakeInAppPurchases: Boolean;

C++

bool __fastcall CanMakeInAppPurchases();

Properties

Type Visibility Source Unit Parent
function public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TCustomInAppPurchase

Description

Returns True if the current user is allowed to make purchases; otherwise it returns False.

See Also