Data.DBXTransportFilter.TDBXFilterSocketChannel.Channel

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXTransportFilter.pas
Data.DBXTransportFilter.hpp
Unit: Data.DBXTransportFilter
Parent: TDBXFilterSocketChannel

Delphi

property Channel: TDbxChannel read FDelegate write SetChannel;

C++

__property Data::Dbxtransport::TDbxChannel* Channel = {read=FDelegate, write=SetChannel};

Description

Specifies the delegate channel value.

The Channel property specifies the delegate channel value.

See Also