Datasnap.DSHTTPCommon.TDSExecutionResponse.FLocalConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FLocalConnection: Boolean;

C++

bool FLocalConnection;

Properties

Type Visibility Source Unit Parent
field protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSExecutionResponse

Description

Specifies whether the HTTP service and the DataSnap server are running in the same process.

FLocalConnection is a protected field whose value is True if the HTTP service and the DataSnap server are running in the same process, False otherwise.

See Also