WinAPI.WindowsStore.TAppProducts.IndexOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IndexOf(const AInAppOfferToken: String): Integer; overload;
function IndexOf(const AStoreProduct: IStoreProduct): Integer; overload;

C++

int __fastcall IndexOf(const System::UnicodeString AInAppOfferToken)/* overload */;
int __fastcall IndexOf(const Winapi::Commontypes::_di_IStoreProduct AStoreProduct)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Winapi.WindowsStore.pas
Winapi.WindowsStore.hpp
WinAPI.WindowsStore TAppProducts

Description

Embarcadero Technologies does not currently have any additional information.