Datasnap.DBClient.TCustomRemoteServer.SetAppServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TCustomRemoteServer

Delphi

procedure SetAppServer(Value: Variant); virtual;

C++

virtual void __fastcall SetAppServer(const System::Variant &Value);

Description

Sets the AppServer property.

SetAppServer allows descendants of TCustomRemoteServer to set the read-only AppServer property when they establish a connection to the application server.

See Also