Datasnap.DSCommonServer.TDSCustomServer.DbxContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DbxContext: TDBXContext read FDbxContext;

C++

__property Data::Dbxcommon::TDBXContext* DbxContext = {read=FDbxContext};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSCustomServer

Description

Provides a way to read the DBX context for the DataSnap custom server.

Read the DbxContext property to obtain the DBX context for the DataSnap custom server.

See Also