REST.Backend.EMSApi.TEMSClientAPI.TCreatorNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TCreatorNames = record
    public
      const Master = '00000000-0000-0000-0000-000000000001';
      const Null =   '00000000-0000-0000-0000-000000000000';
    end;

C++

struct DECLSPEC_DRECORD TCreatorNames
{
public:
    #define TEMSClientAPI_TCreatorNames_Master L"00000000-0000-0000-0000-000000000001"
    #define TEMSClientAPI_TCreatorNames_Null L"00000000-0000-0000-0000-000000000000"
};

Properties

Type Visibility Source Unit Parent
record
struct
public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!