Data.DBXTransport.TTransportFilter.Parameters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parameters: TDBXStringArray read GetParameters;

C++

__property Data::Dbxplatform::TDBXStringArray Parameters = {read=GetParameters};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilter

Description

Returns a list of available parameters.

The Parameters property returns a list of parameters. This list contains the user parameters together with other parameters that may be needed by the handshake protocol. The parameters' values will be passed to their counterparts during the handshake protocol. The parameters will be invoked in the provided order. If the same parameter is present multiple times, multiple calls of GetParameters will be made to get its value.

See Also