RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocalConnection.Create Constructor

Creates and initializes a local connection component.

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

Call Create to instantiate TLocalConnection at runtime. TLocalConnection 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 TLocalConnection instance. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!