System.Tether.AppProfile.TTetheringAppProfile.CreateResource

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


説明

指定された名前、種類、値のリソースを作成します。

新しいリソースはアプリケーション プロファイルResources プロパティに自動的に追加されます。

CreateResource を使って作成したリソースは、デフォルトで、公開リソースになります(IsPublic プロパティが True)。

関連項目