Datasnap.Xmlxform.TXMLTransformClient.RemoteServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RemoteServer: TCustomRemoteServer read GetRemoteServer write SetRemoteServer;

C++

__property Datasnap::Dbclient::TCustomRemoteServer* RemoteServer = {read=GetRemoteServer, write=SetRemoteServer};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.Xmlxform.pas
Datasnap.Xmlxform.hpp
Datasnap.Xmlxform TXMLTransformClient

Description

Specifies the connection component that this XML transform client uses to connect to an application server.

If the XML transform client is in the client portion of a multi-tiered application, use RemoteServer to specify the connection component that connects to the application server. The connection component locates the application server and obtains its IAppServer interface, which the XML transform client can use for communicating with a remote provider.

If a client application uses more than connection component, the application can change which connection an XML transform client uses by changing the value for this property.

See Also