RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransform.AfterEachRow Event

Occurs after TXMLTransform has finished transforming a record in the XML data packet.

Pascal
property AfterEachRow: TRowEvent;
C++
__property TRowEvent AfterEachRow;

Write an AfterEachRow event handler to take specific action after the XML transform component has translated each row in the data packet. For example, you can use AfterEachRow to read the data from the generated row and use it to compute the value of an internally calculated field. 

 

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