Datasnap.DSHTTPCommon.TDSJsonResponseHandler.FDSService

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

FDSService: TDSService;

C++

Datasnap::Dsservice::TDSService* FDSService;

Description

Protected field that holds a reference to TDSService.

FDSService is a protected field that holds a reference to TDSService.

See Also