Data.DBXTransport.TDbxChannel.SetDBXProperties

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetDBXProperties(const Properties: TDBXProperties); virtual;

C++

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

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