Datasnap.Win.MidasCon.TMidasConnection.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.Win.MidasCon.pas
Datasnap.Win.MidasCon.hpp
Unit: Datasnap.Win.MidasCon
Parent: TMidasConnection

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

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