Data.DBXTransport.TDbxChannel.GetDBXProperties

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXTransport.pas
Data.DBXTransport.hpp
Unit: Data.DBXTransport
Parent: TDbxChannel

Delphi

function GetDBXProperties: TDBXProperties; virtual;

C++

virtual Data::Dbxcommon::TDBXProperties* __fastcall GetDBXProperties();

Description

Returns the DBX properties of the communication channel.

The GetDBXProperties method returns the DBX properties of the communication channel.

See Also