Data.DBXTransportFilter.TDBXFilterSocketChannel.SetDBXProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDBXProperties(const Properties: TDBXProperties); override;

C++

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

Properties

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

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