RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDCOMConnection.Create Constructor

Creates and initializes a DCOM connection component.

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

Call Create to instantiate TDCOMConnection at runtime. DCOM connection components placed in forms or data modules at design time are created automatically. 

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

 

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