RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDataSet.Create Constructor

Creates a new TXMLDataSet object.

Pascal
constructor Create(AParent: TComponent);
C++
__fastcall TXMLDataSet(TComponent * AParent);

Most applications do not need to call the TXMLDataSet constructor. The Web item that uses the TXMLDataSet object to represent its link to a dataset instantiates this object. 

The AParent parameter specifies the Web item that uses the TXMLDataSet object to link to an XML dataset. This becomes the value of the Parent property. 

 

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