RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSharedConnection.Create Constructor

Creates an instance of a remote server component.

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

Create instantiates an instance of a remote server component and initializes its properties. 

AOwner is the component that is responsible for freeing the TCustomRemoteServer instance. It becomes the value of the Owner property. 

 

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