FMX.InAppPurchase.TCustomInAppPurchase.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomInAppPurchase(System::Classes::TComponent* AOwner);

Properties

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

Description

Creates an instance of TCustomInAppPurchase.

This constructor also adds the new instance of TCustomInAppPurchase to the list of instances of TCustomInAppPurchase and subclasses that the IFMXInAppPurchaseService platform service holds.

See Also