FMX.InAppPurchase.IFMXInAppPurchaseService.IsProductPurchased

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsProductPurchased(const ProductID: string): Boolean;

C++

virtual bool __fastcall IsProductPurchased(const System::UnicodeString ProductID) = 0 ;

Properties

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

Description

Returns True if the product with the specified ID has been purchased; otherwise it returns False.

See Also