Datasnap.DSSession.TDSTunnelService.HasLocalServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSTunnelService

Delphi

property HasLocalServer: Boolean read FHasLocalServer write FHasLocalServer;

C++

__property bool HasLocalServer = {read=FHasLocalServer, write=FHasLocalServer, nodefault};

Description

Specifies whether the DataSnap process is in process.

The HasLocalServer property specifies whether the DataSnap process is in process. In-process servers have precedence over the remote ones. If the value of the HasLocalServer property is True, the DSHostname and DSPort properties are ignored.

See Also