RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransformClient.Create Constructor

Creates and initializes a TXMLTransformClient object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TXMLTransformClient(TComponent * AOwner);

Call Create to instantiate an XML transform client at runtime. XML transform clients placed in forms or data modules at design time are created automatically. 

The AOwner parameter specifies another component (typically a form or data module) that is responsible for freeing the TXMLTransformClient object. 

 

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