Data.DBXTransportFilter.TDBXFilterSocketChannel.SetChannel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetChannel(const Channel: TDbxChannel); virtual;

C++

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

Properties

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

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