Datasnap.DSHTTPCommon.TDSJsonResponseHandler.FServiceInstanceOwner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FServiceInstanceOwner: Boolean;

C++

bool FServiceInstanceOwner;

Properties

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

Description

Protected field that specifies whether the DataSnap service referenced through TDSService is owned by the TDSJsonResponseHandler class.

FServiceInstanceOwner is a protected field that specifies whether the DataSnap service referenced through TDSService is owned by the TDSJsonResponseHandler class.

See Also