Data.DBXTransport.TDbxChannel.SetDBXProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDBXProperties(const Properties: TDBXProperties); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TDbxChannel

Description

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