Datasnap.DSSession.TDSTunnelService.HasLocalServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasLocalServer: Boolean read FHasLocalServer write FHasLocalServer;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSTunnelService

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