RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInetXPageProducer.OnAfterGetXMLData Event

Occurs after the page producer translates fetches an XML data packet from an XML broker.

Pascal
property OnAfterGetXMLData: TXMLDataEvent;
C++
__property TXMLDataEvent OnAfterGetXMLData;

Write an OnAfterGetXMLData event handler to take specific action immediately after the page producer obtains an XML data packet from an XML broker. Typically, the OnAfterGetXMLData event handler responds to any values returned by the provider on the application server as the OwnerData parameter. 

When the page producer generates its HTML document (that is, when the Content method executes), it adds code to define the XML data packets manipulated in the document. To fetch these XML data packets, the page producer calls an XML broker's RequestRecords method. OnAfterGetXMLData occurs after the page producer has returned an XML data packet but before it is assigned as part of the emerging content. 

 

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