RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLBroker.Create Constructor

Creates a new TXMLBroker object.

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

Most applications do not need to call the XML broker constructor. Typically the XML broker is added to a Web module at design time, so that the constructor is called automatically. 

The Owner parameter specifies the component (usually the Web module) that is responsible for freeing the XML broker. 

 

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