RAD Studio VCL Reference
|
Creates and initializes a DCOM connection component.
constructor Create(AOwner: TComponent); override;
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!
|