API:Data.DBXTransportFilter.TDBXFilterSocketChannel.SetDBXProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDBXProperties(const Properties: TDBXProperties); override;

C++

virtual void __fastcall SetDBXProperties(Data::Dbxcommon::TDBXProperties* const Properties);

Properties

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

Description

Sets the DBX properties of the communication channel.

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

Sets the DBX properties of the communication channel.

The SetDBXProperties method sets the DBX properties of the communication channel. The Properties parameter specifies the new DBXProperties.

See Also