Datasnap.DBClient.TCustomRemoteServer.SetAppServer
| [–] 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.