API:Xml.XmlTransform.TTranslateEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTranslateEvent = procedure(Sender: TObject; Id: string;
SrcNode: IDOMNode; var Value: string; DestNode: IDOMNode) of object;

C++

typedef void __fastcall (__closure *TTranslateEvent)(System::TObject* Sender, System::UnicodeString Id, Xml::Xmldom::_di_IDOMNode SrcNode, System::UnicodeString &Value, Xml::Xmldom::_di_IDOMNode DestNode);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Xml.XmlTransform.pas
Xml.XmlTransform.hpp
Xml.XmlTransform Xml.XmlTransform

Description

Embarcadero Technologies does not currently have any additional information.