RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLBroker.FetchParams Method

Retrieves parameter values from the application server.

Pascal
procedure FetchParams; virtual;
C++
virtual __fastcall FetchParams();

Call FetchParams to initialize the Params property with the current parameter values on the application server. FetchParams does nothing unless the provider component on the application server can supply parameter values.

Warning: if the XML broker uses a stateless application server, other clients can change the values returned by FetchParams at any time.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!