RAD Studio VCL Reference
|
TXMLParams manages a list of parameters for an XML broker.
TXMLParams = class(TParams);
class TXMLParams : public TParams;
XMLBrokr
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|