Datasnap.DSHTTPCommon.TDSJsonResponseHandler.FServiceInstanceOwner

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: TDSJsonResponseHandler

Delphi

FServiceInstanceOwner: Boolean;

C++

bool FServiceInstanceOwner;

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