Datasnap.Win.MidasCon.TMidasConnection.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TMidasConnection(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.Win.MidasCon.pas
Datasnap.Win.MidasCon.hpp
Datasnap.Win.MidasCon TMidasConnection

Description

Creates and initializes an instance of TMidasConnection.

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.

See Also