RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLData.Create Constructor

Creates a new TXMLData object.

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

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

The AParent parameter specifies the Web item that uses the TXMLData object to link to an XML broker. 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!