Datasnap.DSCommonServer.TDSCustomServer.FDbxContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDbxContext: TDBXContext;

C++

Data::Dbxcommon::TDBXContext* FDbxContext;

Properties

Type Visibility Source Unit Parent
field protected
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSCustomServer

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