RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebConnection.Create Constructor

Creates and initializes an instance of TWebConnection.

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

Call Create to instantiate a TWebConnection object at runtime. Web connection components added to forms or data modules at design time are created automatically. 

The AOwner parameter specifies the component (usually a form or data module) that is responsible for freeing the Web connection component. 

 

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