EMS.Services.TEMSInternalAPI.TSegmentNames

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

Delphi

TSegmentNames = record

C++

struct DECLSPEC_DRECORD TSegmentNames
{
public:
    #define TEMSInternalAPI_TSegmentNames_Users L"users"
    #define TEMSInternalAPI_TSegmentNames_Groups L"groups"
    #define TEMSInternalAPI_TSegmentNames_Installations L"installations"
    #define TEMSInternalAPI_TSegmentNames_Edgemodules L"edgemodules"
    #define TEMSInternalAPI_TSegmentNames_Resources L"resources"
    #define TEMSInternalAPI_TSegmentNames_Login L"login"
    #define TEMSInternalAPI_TSegmentNames_Signup L"signup"
    #define TEMSInternalAPI_TSegmentNames_Logout L"_logout"
    #define TEMSInternalAPI_TSegmentNames_Me L"me"
    #define TEMSInternalAPI_TSegmentNames_Push L"push"
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI


説明

組み込み EMS リソースの要求でリソース URL セグメントとして使用する文字列です。

TEMSInternalAPI クラスを使用するのに TSegmentNames を使用する必要はありませんが、TEMSInternalAPI のサブクラスを作成してその機能を拡張する場合は、TSegmentNames が必要になる可能性があります。

関連項目