Data.DBXTransportFilter.TDBXFilterSocketChannel.SetDBXProperties

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetDBXProperties(const Properties: TDBXProperties); override;

C++

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

Description

Sets the DBX properties of the delegate channel.

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

See Also