Datasnap.Win.SConnect.TSocketConnection.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TSocketConnection

Description

Creates and initializes an instance of TSocketConnection.

Call Create to instantiate a TSocketConnection object at runtime. Socket connection components added to forms or data modules at design time are created automatically.

Create overrides the inherited constructor to initialize the Port property to 211.

See Also