Data.DBXTransportFilter.TDBXFilterSocketChannel.Channel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Channel: TDbxChannel read FDelegate write SetChannel;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXTransportFilter.pas
Data.DBXTransportFilter.hpp
Data.DBXTransportFilter TDBXFilterSocketChannel

Description

Specifies the delegate channel value.

The Channel property specifies the delegate channel value.

See Also