Xml.XmlTransform.TXMLTransform.BeforeEachRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeEachRow: TRowEvent read FBeforeEachRow write FBeforeEachRow;

C++

__property TRowEvent BeforeEachRow = {read=FBeforeEachRow, write=FBeforeEachRow};

Properties

Type Visibility Source Unit Parent
event published
Xml.XmlTransform.pas
Xml.XmlTransform.hpp
Xml.XmlTransform TXMLTransform

Description

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

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

See Also