RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransform.BeforeEachRow Event

Occurs immediately before TXMLTransform starts transforming a record in the XML data packet.

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

Write a BeforeEachRow event handler to take specific action before the XML transform component starts translating each row in the data packet. 

 

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