Datasnap.DSCommonServer.TDSCustomServer.FDbxContext

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

FDbxContext: TDBXContext;

C++

Data::Dbxcommon::TDBXContext* FDbxContext;

Description

Field that specifies the DBX context for the DataSnap custom server.

FDbxContext is a field that specifies the DBX context for the DataSnap custom server. Its value is the return value for the DbxContext property.

See Also