RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransformProvider.Create Constructor

Creates and initializes a TXMLTransformProvider object.

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

Call Create to instantiate an XML transform provider at runtime. Providers 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 provider. 

 

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