REST.Backend.EMSProvider.TCustomEMSConnectionInfo.UpdateApi

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateApi(const AApi: TEMSClientAPI);

C++

void __fastcall UpdateApi(Rest::Backend::Emsapi::TEMSClientAPI* const AApi);

Properties

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

Description

Updates the TEMSClientAPI.ConnectionInfo data to the current TCustomEMSConnectionInfo.

The UpdateApi method sets the TEMSClientAPI.ConnectionInfo data to the current TCustomEMSConnectionInfo data.

See Also