API:Data.DBXTransportFilter.TDBXFilterSocketChannel.GetDBXProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDBXProperties: TDBXProperties; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXTransportFilter.pas
Data.DBXTransportFilter.hpp
Data.DBXTransportFilter TDBXFilterSocketChannel

Description

Returns the DBX properties of the communication channel.

Data.DBXTransportFilter.TDBXFilterSocketChannel.GetDBXProperties inherits from Data.DBXTransport.TDbxChannel.GetDBXProperties. All content below this line refers to Data.DBXTransport.TDbxChannel.GetDBXProperties.

Returns the DBX properties of the communication channel.

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

See Also