RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMidasConnection.Create Constructor

Creates and initializes an instance of TMidasConnection.

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

Call Create to instantiate a TMidasConnection component at runtime. TMidasConnection components placed in forms or data modules at design time are created automatically. 

Create initializes the value of the ServerPort property to 211. This is also the default port number for ScktSrvr.exe and ScktSrvc.exe. 

 

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