RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLParams Class

TXMLParams manages a list of parameters for an XML broker.

Pascal
TXMLParams = class(TParams);
C++
class TXMLParams : public TParams;

XML brokers use TXMLParams to manage a list of parameters that it passes to a provider on the application server. These parameters supply values to a query or stored procedure on the application server, or limit the records provided from a table on the application server. 

Use the properties and methods of TXMLParams to:  

Access a specific parameter. 

Add or delete parameters from the list. 

Get or set the values of individual parameters. 

Assign parameter values from a list such as the one supplied in a request message from a Web browser. 

Compare parameters. 

Iterate through all parameters. 

Copy a set of parameters to another parameter list. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!