REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckURL;

C++

void __fastcall CheckURL();

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo

Description

Checks that the URLHost and URLProtocol are not empty.

The TEMSProvider uses the URL to connect to the RAD Server Engine (EMS Server).

CheckURL verifies that the URLHost and URLPort are not empty. Otherwise, CheckURL creates an EEMSProviderError.

Exceptions

Exception Message Description

EEMSProviderError

URLHost must not be blank

The URLHost can not be empty

URLProtocol must not be blank

The URLProtocol can not be empty

See Also