Datasnap.DSHTTPCommon.TDSServiceResponseHandler.FLocalConnection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSServiceResponseHandler

Delphi

FLocalConnection: Boolean;

C++

bool FLocalConnection;

Description

Protected field that specifies whether the connection is local.

FLocalConnection is a protected field that is used to specify whether the connection is local or not.

See Also