Datasnap.Win.SConnect.TSocketConnection.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

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