|
RAD Studio VCL Reference
|
Creates a new TXMLBroker object.
constructor Create(AOwner: TComponent); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|