Data.DBXTransportFilter.TDBXFilterSocketChannel.SetChannel

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 SetChannel(const Channel: TDbxChannel); virtual;

C++

virtual void __fastcall SetChannel(Data::Dbxtransport::TDbxChannel* const Channel);

Description

Sets the delegate channel value.

The SetChannel method sets the delegate channel value. The Channel parameter specifies the TDbxChannel instance, never null.

See Also