Data.DBXTransport.TTransportFilter.Parameters

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Parameters: TDBXStringArray read GetParameters;

C++

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

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