System.Tether.AppProfile.TTetheringAppProfile.CreateResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateResource(const AName: string; AResType: TRemoteResourceType; AValue: TResourceValue): TLocalResource;

C++

TLocalResource* __fastcall CreateResource(const System::UnicodeString AName, TRemoteResourceType AResType, const TResourceValue &AValue);

Properties

Type Visibility Source Unit Parent
function public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

Description

Creates a resource with the specified name, type and value.

Your new resource is automatically added to the Resources of your application profile.

Resources created using CreateResource are public (IsPublic is True) by default.

See Also